Browse Source

Merge branch 'jw_dev'

jwyu 3 years ago
parent
commit
696b85a598
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/ficc_yb/reportDetail.vue

+ 1 - 1
src/view/ficc_yb/reportDetail.vue

@@ -16,7 +16,7 @@
       <div class="list-wrap" v-if="['day','week'].includes(info.research_report_info.type)">
           <div class="item-card" v-for="item in info.research_report_type_list" :key="item.ResearchReportTypeId" @click="goDetail(item)">
               <div class="img-box">
-                  <img :src="item.ReportChapterTypeThumb" alt="">
+                  <img :src="item.BannerUrl" alt="">
               </div>
               <div style="margin-left:15px;font-size: 0.52rem;">
                   <p style="color:#2E88EB">{{item.ReportChapterTypeName}}</p>