Fix:3281 【礼品功能】赠礼商品支付时无法使用优惠券
This commit is contained in:
@@ -247,6 +247,9 @@ export default {
|
|||||||
this.templateId = res.data.specialGiftCardTemplate.id
|
this.templateId = res.data.specialGiftCardTemplate.id
|
||||||
this.selectedCover = res.data.specialGiftCardTemplate.cover
|
this.selectedCover = res.data.specialGiftCardTemplate.cover
|
||||||
this.giftImage = res.data.specialGiftCardTemplate.image
|
this.giftImage = res.data.specialGiftCardTemplate.image
|
||||||
|
if(!this.couponId) {
|
||||||
|
this.couponId = res.data.couponList.usable[0] && res.data.couponList.usable[0].id || ''
|
||||||
|
}
|
||||||
this.computedPrice(this.goodsInfo.cartNum)
|
this.computedPrice(this.goodsInfo.cartNum)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user