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
+4 -1
View File
@@ -45,9 +45,10 @@
<view class="shopping_info_amount">
<view>
<view style="color: #7934f6">
<text style="font-size: 22rpx" v-if="pItem.couponPrice">券后</text>
<text style="font-size: 22rpx">¥</text>
<text style="font-size: 32rpx">{{
pItem.unitPrice
pItem.couponPrice || pItem.unitPrice
}}</text>
</view>
<view class="shopping_info_amount_original" v-if="pItem.originalPrice">
@@ -191,6 +192,7 @@ export default {
specsId: curr.specsId, // 规格Id
isCheck: false, // 用作于全选
originalPrice: curr.originalPrice,
couponPrice: curr.couponPrice,
goodsStatus: curr.goodsStatus, //商品状态:0-可下单,1-库存不够,2-商品已下架
});
} else {
@@ -213,6 +215,7 @@ export default {
specsId: curr.specsId, // 规格Id
isCheck: false, // 用作于全选
originalPrice: curr.originalPrice,
couponPrice: curr.couponPrice,
goodsStatus: curr.goodsStatus, //商品状态:0-可下单,1-库存不够,2-商品已下架
},
],