From e5af3fea2571261a449c79e3a6868161679834a6 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 23 Nov 2023 16:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index 260a3ec..5b5f204 100644 --- a/exchange.html +++ b/exchange.html @@ -239,6 +239,7 @@ successchangeBtnFn () { if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2) { this.popboxshow = false; + this.maskshow = false; window.location.href = './coupon/lookCard.html'; } else { window.location.replace(document.referrer); @@ -340,9 +341,10 @@ localStorage.setItem("orderNumber", res.data.order_number); this.loading = true; this.successTip = '兑换成功!'; - setTimeout(() => { + const clr = setTimeout(() => { this.popboxshow = true; this.loading = false; + clearTimeout(cls); }, 3000); } else { this.successTip = '兑换成功,请到注意查收手机短信!';