|
@@ -96,26 +96,23 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="content-report" v-if="radioSelect == '1'">
|
|
|
- <block v-if="ListYx.length">
|
|
|
+ <block v-if="ListHz.length">
|
|
|
+ <text style="height: 10rpx; background: #ececec"></text>
|
|
|
<view class="resource">
|
|
|
- <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Yx.png"></image>
|
|
|
- <text>研选报告</text>
|
|
|
+ <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Hz.png"></image>
|
|
|
+ <text>弘则报告</text>
|
|
|
</view>
|
|
|
<text style="height: 1rpx; background: #ececec"></text>
|
|
|
- <view class="content-item" v-for="item in ListYx" :key="item.ArticleId">
|
|
|
- <view class="item-user">
|
|
|
- <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/user_report.png"></image>
|
|
|
- <text> {{ item.NickName }}</text>
|
|
|
- </view>
|
|
|
+ <view class="content-item" v-for="item in ListHz" :key="item.ArticleId">
|
|
|
<view class="item-title">
|
|
|
<text style="display: inline" @click="goDetailReport(item)">
|
|
|
{{ item.Title }}
|
|
|
</text>
|
|
|
- <text class="item-industry" v-if="item.IndustryName" @click="themeDetails(item)"> #{{ item.IndustryName }}</text>
|
|
|
+ <text class="item-industry" @click="themeDetails(item)" v-if="item.IndustryName"> #{{ item.IndustryName }}</text>
|
|
|
</view>
|
|
|
<view class="item-more">
|
|
|
<text>{{ item.PublishDate }}</text>
|
|
|
- <view class="pv-ollect">
|
|
|
+ <!-- <view class="pv-ollect">
|
|
|
<view>
|
|
|
<image class="pv" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/examine_icon.png"></image>
|
|
|
{{ item.Pv }}
|
|
@@ -125,23 +122,26 @@
|
|
|
<image v-else src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png"></image>
|
|
|
{{ item.CollectNum }}人收藏
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
- <block v-if="ListHz.length">
|
|
|
- <text style="height: 10rpx; background: #ececec"></text>
|
|
|
+ <block v-if="ListYx.length">
|
|
|
<view class="resource">
|
|
|
- <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Hz.png"></image>
|
|
|
- <text>弘则报告</text>
|
|
|
+ <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Yx.png"></image>
|
|
|
+ <text>研选报告</text>
|
|
|
</view>
|
|
|
<text style="height: 1rpx; background: #ececec"></text>
|
|
|
- <view class="content-item" v-for="item in ListHz" :key="item.ArticleId">
|
|
|
+ <view class="content-item" v-for="item in ListYx" :key="item.ArticleId">
|
|
|
+ <view class="item-user">
|
|
|
+ <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/user_report.png"></image>
|
|
|
+ <text> {{ item.NickName }}</text>
|
|
|
+ </view>
|
|
|
<view class="item-title">
|
|
|
<text style="display: inline" @click="goDetailReport(item)">
|
|
|
{{ item.Title }}
|
|
|
</text>
|
|
|
- <text class="item-industry" @click="themeDetails(item)" v-if="item.IndustryName"> #{{ item.IndustryName }}</text>
|
|
|
+ <text class="item-industry" v-if="item.IndustryName" @click="themeDetails(item)"> #{{ item.IndustryName }}</text>
|
|
|
</view>
|
|
|
<view class="item-more">
|
|
|
<text>{{ item.PublishDate }}</text>
|