Fix:3281 【礼品功能】赠礼商品支付时无法使用优惠券

This commit is contained in:
modendeveloper
2025-02-27 23:18:30 +08:00
parent 4d453fbd41
commit aec2cfc207
+3
View File
@@ -247,6 +247,9 @@ export default {
this.templateId = res.data.specialGiftCardTemplate.id
this.selectedCover = res.data.specialGiftCardTemplate.cover
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)
})
},