From 108f204f03077757fa022dd3dfd96f89cac32e79 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 14 Sep 2026 10:54:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E9=80=81=E7=A4=BC):[#6106]=E9=80=81?= =?UTF-8?q?=E7=A4=BC=E5=AE=8C=E6=88=90=E5=90=8E=E7=82=B9=E5=87=BB=E3=80=90?= =?UTF-8?q?=E5=86=8D=E9=80=81=E4=B8=80=E4=BB=BD=E3=80=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=B1=8F=E5=B9=95=E4=BC=9A=E5=8F=98=E6=88=90=E7=99=BD?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 91c61e9..8ef15ba 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -685,7 +685,6 @@ export default { const params = { orderId: this.orderId, } - this.isLoad = false getGiftCardResend(params).then(res => { this.isPayOk = false const temp = res.data.giftCardTemplates.filter(e => e.isTravelGroup === 0)