Fix:4812 【商城小程序】评价内容的星星图标大小调整(调小一点)

This commit is contained in:
LinCyJang
2026-01-14 22:54:52 +08:00
parent e582b521fe
commit f61e611a51
2 changed files with 7 additions and 20 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
<view class="start" :class="'star' + replyData.replyStar"></view>
</view>
<view>
<text class="font-color-red">{{ replyData.replyChance || 0 }}</text>
<text>好评率</text>
<text class="font-color-red">{{ isTravelGroup ? replyData.replyChance || 0 : replyData.replyChance + '%' || 0 }}</text>
<text> {{ ` 好评率` }}</text>
</view>
</view>
<view class="nav acea-row row-middle">