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