Fix:3271 【礼品功能】未实现礼品有地标好物,千县名品,康养食材,文玩商品属性时,默认选择专属礼品卡,所有商品默认都是通用礼品卡
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
|||||||
cartId: this.cartId,
|
cartId: this.cartId,
|
||||||
}
|
}
|
||||||
getGiftCardSendOrderConfirm(params).then(res => {
|
getGiftCardSendOrderConfirm(params).then(res => {
|
||||||
this.coverList = res.data.giftCardTemplates
|
this.coverList = [...res.data.giftCardTemplates, res.data.specialGiftCardTemplate]
|
||||||
this.giftNotice = res.data.giftCardGiftNotice
|
this.giftNotice = res.data.giftCardGiftNotice
|
||||||
this.orderKey = res.data.orderKey
|
this.orderKey = res.data.orderKey
|
||||||
this.goodsInfo = res.data.cartInfo[0]
|
this.goodsInfo = res.data.cartInfo[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user