From d169137ba205fbcd920e04c02938f941f35b62a9 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 11 Nov 2025 16:55:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4453=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=9A=84=E9=80=81=E7=A4=BC=E5=B0=81=E9=9D=A2=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BC=B9=E7=AA=97=E9=9C=80=E5=89=94=E9=99=A4=E3=80=90?= =?UTF-8?q?=E5=9B=A2=E8=B4=AD=E3=80=91=E7=B1=BB=E7=9A=84=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=8D=A1=E5=B0=81=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index c0c4bb6..620930f 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -410,7 +410,7 @@ export default { } this.loading = true getGiftCardSendOrderConfirm(params).then(res => { - this.coverList = res.data.giftCardTemplates.map(e => e.id).includes(res.data.specialGiftCardTemplate.id) ? [...res.data.giftCardTemplates] : !this.isGroupBuy ? [...res.data.giftCardTemplates] : [...res.data.giftCardTemplates, res.data.specialGiftCardTemplate] + this.coverList = res.data.giftCardTemplates.map(e => e.id).includes(res.data.specialGiftCardTemplate.id) ? [...res.data.giftCardTemplates] : [...res.data.giftCardTemplates, res.data.specialGiftCardTemplate] this.giftNotice = res.data.giftCardGiftNotice this.orderKey = res.data.orderKey this.goodsInfo = res.data.cartInfo[0]