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