From 7c65d839d93dcb1106699148012302bce8818ae0 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Sat, 22 Nov 2025 15:22:46 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4646=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=9B=A2?= =?UTF-8?q?=E8=B4=AD=E7=A4=BC=E5=8C=85=E9=80=80=E6=AC=BE=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=94=B6=E7=A4=BC=E6=96=B9=E9=A2=86=E5=8F=96=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E6=94=B9=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E7=A4=BC=E5=93=81=E5=8D=A1=E5=B7=B2=E5=A4=B1=E6=95=88=E2=80=9D?= =?UTF-8?q?=EF=BC=88iOS=E9=9C=80=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E5=AE=89=E5=8D=93=E9=9C=80=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit d43fc253c93189df923b357c9f8261d207a7c2b5) --- pkg_user/views/gift/components/GiftCard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 884f1d0..3038f77 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -271,11 +271,11 @@ export default { uni.reLaunch({ url: '/pkg_user/views/gift/receiveDone?obj=' + JSON.stringify(res.data) }) }).catch(() => { uni.showToast({ - title: '领取失败,请重试', + title: '礼品卡已失效', icon: 'none' }); }).finally(() => { - uni.hideLoading(); + // uni.hideLoading(); }); }, async showTips() {