|
@@ -111,7 +111,7 @@
|
|
|
<!-- 需要循环的地方 -->
|
|
|
<view class="forindustry global_card_content" v-for="item in industryList" :key="item.IndustrialManagementId" @click="goIndustryReport(item.IndustrialManagementId)">
|
|
|
<image class="image-box" v-if="item.IsNew" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/new_report.png"></image>
|
|
|
- <image class="image-box" v-if="item.IsHot" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/trip_icon.png"></image>
|
|
|
+ <image class="image-box" v-if="item.IsHot" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/hot_report.png"></image>
|
|
|
<!-- 火锅底料这个位置 -->
|
|
|
<view class="industry-content">
|
|
|
<view class="industry-box-left">
|