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