|
@@ -9,7 +9,7 @@
|
|
>{{ item.Title }}
|
|
>{{ item.Title }}
|
|
<text class="reg-text" v-if="item.IsRed"></text>
|
|
<text class="reg-text" v-if="item.IsRed"></text>
|
|
</text>
|
|
</text>
|
|
- <view style="margin-top: 10rpx" v-if="matchTypeName == '每日复盘'" :class="threeFour ? 'text-threeFour' : 'text_one'">
|
|
|
|
|
|
+ <view style="margin-top: 10rpx" v-if="matchTypeName == '每日复盘' || item.IsShowAbstract" :class="threeFour ? 'text-threeFour' : 'text_one'">
|
|
<!-- <mp-html :content="'摘要:' + item.Abstract" /> -->
|
|
<!-- <mp-html :content="'摘要:' + item.Abstract" /> -->
|
|
摘要:{{ item.Abstract }}
|
|
摘要:{{ item.Abstract }}
|
|
</view>
|
|
</view>
|