feat:0905优惠券多物流信息

This commit is contained in:
2026-09-05 16:11:42 +08:00
parent b1d3ec9b2f
commit 75060faa39
14 changed files with 825 additions and 233 deletions
+2 -1
View File
@@ -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>