소스 검색

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
       }
     }