Fix:4864 【商城小程序】千县万村资讯未简化显示
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
:src="webUrl + '/20230803152147141807.png'"
|
||||
class="icon"
|
||||
/>
|
||||
<text class="seeNum-txt">{{ item.pv }}</text>
|
||||
<text class="seeNum-txt">{{ $formatCount(item.pv) }}</text>
|
||||
</view>
|
||||
<view class="flex">
|
||||
<image
|
||||
@@ -236,12 +236,12 @@
|
||||
v-show="item.zan > 0"
|
||||
:class="item.hasZan ? 'on' : ''"
|
||||
class="seeNum-txt"
|
||||
>{{ item.zan }}</text>
|
||||
>{{ $formatCount(item.zan) }}</text>
|
||||
|
||||
</view>
|
||||
<view class="flex" @click="infoClick(item)">
|
||||
<u-icon name="chat" size="24"></u-icon>
|
||||
<text class="seeNum-txt">{{ item.replyCount || 0}}</text>
|
||||
<text class="seeNum-txt">{{ $formatCount(item.replyCount) || 0}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user