feat:0905优惠券多物流信息
This commit is contained in:
@@ -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-商品已下架
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user