Fix:4809 【商城小程序】评价列表,好评率的“%”符号重复显示

This commit is contained in:
LinCyJang
2026-01-14 22:20:39 +08:00
parent 4412103c8a
commit 7da3e2ae1a
+1 -1
View File
@@ -7,7 +7,7 @@
<view class="start" :class="'star' + replyData.replyStar"></view>
</view>
<view>
<text class="font-color-red">{{ replyData.replyChance || 0 }}%</text>
<text class="font-color-red">{{ replyData.replyChance || 0 }}</text>
<text>好评率</text>
</view>
</view>