Fix:4864 【商城小程序】千县万村资讯未简化显示

This commit is contained in:
LinCyJang
2026-02-04 22:44:29 +08:00
parent 969ec9937a
commit b7d6935e31
+3 -3
View File
@@ -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>