소스 검색

图片加时间戳

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>