Browse Source

增加历史调研列表

bding 1 year ago
parent
commit
398e773aec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hzyb/report/surveyHistory.vue

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

@@ -71,7 +71,7 @@ onMounted(() => {
     </div>
     <div class="state-content" style="margin-top:20px">已结束</div>
     <List v-model:loading="loading" :finished="finished" finished-text="没有更多了" @load="surveyHistoryLoad">
-      <div class="activity-content" v-for="item in bannerDataList" :key="item.id" @click="bannerSwiperHandler(item)">
+      <div class="activity-content" v-for="item in bannerHistoryDataList" :key="item.id" @click="bannerSwiperHandler(item)">
         <img :src="item.image_url_mobile" alt="" />
       </div>
     </List>