|
|
|
@ -29,8 +29,10 @@ |
|
|
|
<view class="shop-content-center"> |
|
|
|
<view class="shop-rate"> |
|
|
|
<view class="shop-rate-num">{{shopItem.shopScore}}</view> |
|
|
|
<uni-rate :disabled="true" size="20" disabledColor="rgba(255, 184, 84, 1)" |
|
|
|
:value="shopItem.shopScore" /> |
|
|
|
<view style="padding-top: 2px;"> |
|
|
|
<uni-rate :disabled="true" size="20" disabledColor="rgba(255, 184, 84, 1)" |
|
|
|
:value="shopItem.shopScore" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="shop-tag"> |
|
|
|
<text |
|
|
|
@ -803,6 +805,7 @@ |
|
|
|
height: 40rpx; |
|
|
|
display: flex; |
|
|
|
border-radius: 20rpx; |
|
|
|
padding: 0 5px 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
.shop-rate-num { |
|
|
|
|