Fix:4809 【商城小程序】评价列表,好评率的“%”符号重复显示
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<view class="start" :class="'star' + replyData.replyStar"></view>
|
<view class="start" :class="'star' + replyData.replyStar"></view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text class="font-color-red">{{ replyData.replyChance || 0 }}%</text>
|
<text class="font-color-red">{{ replyData.replyChance || 0 }}</text>
|
||||||
<text>好评率</text>
|
<text>好评率</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user