|
@@ -96,7 +96,7 @@
|
|
|
<text class="goods-info" style="margin-left: 10rpx;">{{item.distance}}</text>
|
|
|
</view>
|
|
|
|
|
|
- <view style="margin-top: 22rpx;"><text class="goods-sales">已售卖{{item.salesVolume}}件</text></view>
|
|
|
+ <view style="margin-top: 22rpx;"><text class="goods-sales">已售卖{{item.salesAllNum}}单</text></view>
|
|
|
|
|
|
<view style="margin-top: 14rpx;">
|
|
|
<text class="goods-labels" v-for="(item2,index2) in item.discountLabel" :key="index2">{{item2}}</text>
|