feat:0905优惠券多物流信息
This commit is contained in:
@@ -13,8 +13,9 @@
|
||||
</view>
|
||||
<view class="product_item_price">
|
||||
<view class="price_">
|
||||
<text v-if="item.couponPrice">券后</text>
|
||||
<text>¥</text>
|
||||
<text style="color: 36rpx">{{ item.price }}</text>
|
||||
<text style="color: 36rpx">{{ item.couponPrice || item.price }}</text>
|
||||
</view>
|
||||
<view class="price_sell">全网销量{{ limit999(item.sales) }}件</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user