Fix:3271 【礼品功能】未实现礼品有地标好物,千县名品,康养食材,文玩商品属性时,默认选择专属礼品卡,所有商品默认都是通用礼品卡

This commit is contained in:
modendeveloper
2025-02-27 22:20:09 +08:00
parent 9a7456bdeb
commit 4d453fbd41
+1 -1
View File
@@ -240,7 +240,7 @@ export default {
cartId: this.cartId,
}
getGiftCardSendOrderConfirm(params).then(res => {
this.coverList = res.data.giftCardTemplates
this.coverList = [...res.data.giftCardTemplates, res.data.specialGiftCardTemplate]
this.giftNotice = res.data.giftCardGiftNotice
this.orderKey = res.data.orderKey
this.goodsInfo = res.data.cartInfo[0]