更新
This commit is contained in:
parent
57ef10088c
commit
889e553cc2
@ -136,6 +136,8 @@
|
||||
item.rate
|
||||
}}</text>
|
||||
<text>{{ item.reply_count }}评论</text>
|
||||
<text v-if="item.merchant.distance" style="margin-left: 10rpx;">{{item.merchant.distance}}</text>
|
||||
|
||||
</view>
|
||||
<view class="good_price">
|
||||
<view class="good_price_l">
|
||||
@ -148,7 +150,7 @@
|
||||
item.price
|
||||
}}</text>
|
||||
</view>
|
||||
<view class="old_price"> ¥30.00 </view>
|
||||
<!-- <view class="old_price"> ¥30.00 </view> -->
|
||||
</view>
|
||||
<view class="good_price_r">
|
||||
<view :class="{ x_tra: trnList[index]?trnList[index].bottom:0 }" :style="`transform:translateY(${
|
||||
|
@ -200,15 +200,16 @@
|
||||
<view class="good_score">
|
||||
<text style="margin-right: 10rpx;color: #F84221;">{{item.rate}}</text>
|
||||
<text>{{item.reply_count}}评论</text>
|
||||
<text v-if="item.merchant.distance">{{item.merchant.distance}}</text>
|
||||
</view>
|
||||
<view class="good_price">
|
||||
<view class="good_price_l">
|
||||
<view class="" style="color: #F84221;font-size: 22.78rpx;font-weight: bold;">
|
||||
¥<text style="font-size: 30rpx;">{{item.price}}</text>
|
||||
</view>
|
||||
<view class="old_price">
|
||||
<!-- <view class="old_price">
|
||||
¥30.00
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="good_price_r">
|
||||
<view :class="{x_tra:trnList[index]?trnList[index].bottom:0 }"
|
||||
|
@ -121,6 +121,8 @@
|
||||
src="/static/images/GXSC/PF.png" width="20.85rpx" height="19.85rpx"></u--image>
|
||||
<text style="margin-left: 20rpx;color: #FF6D20; ">5.0</text>
|
||||
<text>月销{{item.sales}}</text>
|
||||
<text v-if="item.distance">距离{{item.distance}}</text>
|
||||
|
||||
</view>
|
||||
<view class="li" style="align-items: center;">
|
||||
<u--image :showLoading="true" src="/static/images/GXSC/DH.png" width="33.85rpx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user