From 4d453fbd418b6c78a897c50009643abf8543cfc5 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 27 Feb 2025 22:20:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3271=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E3=80=91=E6=9C=AA=E5=AE=9E=E7=8E=B0=E7=A4=BC?= =?UTF-8?q?=E5=93=81=E6=9C=89=E5=9C=B0=E6=A0=87=E5=A5=BD=E7=89=A9=EF=BC=8C?= =?UTF-8?q?=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81=EF=BC=8C=E5=BA=B7=E5=85=BB?= =?UTF-8?q?=E9=A3=9F=E6=9D=90=EF=BC=8C=E6=96=87=E7=8E=A9=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=B8=93=E5=B1=9E=E7=A4=BC=E5=93=81=E5=8D=A1=EF=BC=8C?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=95=86=E5=93=81=E9=BB=98=E8=AE=A4=E9=83=BD?= =?UTF-8?q?=E6=98=AF=E9=80=9A=E7=94=A8=E7=A4=BC=E5=93=81=E5=8D=A1?= 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 8c1c068..cdb1a49 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -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]