浏览代码

Merge branch 'dev/v4.8.69_wmh' of qmx/jy into release/v4.8.69

wenmenghao 1 年之前
父节点
当前提交
6f2f03814c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

+ 1 - 1
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

@@ -533,7 +533,7 @@ var vm = new Vue({
     // 弹框头部背景图
     dialogHeader: function () {
       return {
-        img: this.sourceMap[this.source].headerUrl,
+        img: this.sourceMap[this.source].headerUrl + '?v='+new Date().getTime(),
         height: this.sourceMap[this.source].height
       }
     }