From 6f9dacc848a41320d102f6890575329b0442792a Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 8 Jan 2024 17:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=B1=95=E7=A4=BA=E5=BC=82=E5=B8=B8bug?= 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 22571d4..45efb93 100644 --- a/exchange.html +++ b/exchange.html @@ -246,6 +246,7 @@ /* 只有卡密商品时 直接跳转查看卡密页面 */ if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) { this.popboxshow = false; + this.maskshow = false; localStorage.setItem('orderNumber', this.order_number); window.location.href = './coupon/lookCard.html'; } else {