Fix:4812 【商城小程序】评价内容的星星图标大小调整(调小一点)
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<view
|
||||
v-for="(item, evaluateWtapperIndex) in reply"
|
||||
:key="evaluateWtapperIndex"
|
||||
class="evaluateItem"
|
||||
class="evaluateItem v12-pt-3"
|
||||
>
|
||||
<!-- 用户信息头部 -->
|
||||
<view class="user-header">
|
||||
<view class="user-header v12-px-4">
|
||||
<view class="avatar-box">
|
||||
<image :src="item.avatar" class="avatar" mode="aspectFill" />
|
||||
</view>
|
||||
@@ -15,22 +15,9 @@
|
||||
<view class="time">{{ item.createTime }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 默认标签 -->
|
||||
<view class="tag-row" v-if="item.sku">
|
||||
<view class="default-tag">{{ item.sku }}</view>
|
||||
</view>
|
||||
|
||||
<!-- 评分星星 -->
|
||||
<view class="star-row">
|
||||
<u-icon
|
||||
v-for="n in 5"
|
||||
:key="n"
|
||||
:name="n <= item.star ? 'star-fill' : 'star'"
|
||||
color="#FE5261"
|
||||
size="28"
|
||||
class="star-icon"
|
||||
></u-icon>
|
||||
<view class="v12-px-4">
|
||||
<view class="v12-secondary-dark-text v12-font-24 attr-bg"> {{ item.sku }}</view>
|
||||
<view class="start" :class="'star' + item.star"></view>
|
||||
</view>
|
||||
|
||||
<!-- 评论内容 -->
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user