瀏覽代碼

图片加时间戳

jwyu 2 年之前
父節點
當前提交
aea174da46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hzyb/report/ChapterDetail.vue

+ 1 - 1
src/views/hzyb/report/ChapterDetail.vue

@@ -50,7 +50,7 @@
       <van-row gutter="10">
         <van-col span="6" v-for="item in info.report_chapter_menu_list" :key="item.report_chapter_id">
           <div :class="['item',item.report_chapter_id==chapterId&&'active']" @click="handleChapterChange(item)">
-            <img :src="item.report_chapter_type_thumb" mode="aspectFill"/>
+            <img :src="item.report_chapter_type_thumb+'?t='+new Date().getTime()" mode="aspectFill"/>
             <!-- <text>{{item.report_chapter_type_name}}</text> -->
           </div>
         </van-col>