From 03f6ff389257b510581c9d79b2eb8ce33227ee3f Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 8 Jan 2024 17:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=9C=AA=E5=85=B3=E9=97=ADbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 1 + 1 file changed, 1 insertion(+) diff --git a/exchange.html b/exchange.html index bd70625..22571d4 100644 --- a/exchange.html +++ b/exchange.html @@ -245,6 +245,7 @@ successchangeBtnFn () { /* 只有卡密商品时 直接跳转查看卡密页面 */ if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) { + this.popboxshow = false; localStorage.setItem('orderNumber', this.order_number); window.location.href = './coupon/lookCard.html'; } else {