From 1da846476410ee050554f0131df92f270666fa12 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sun, 4 Feb 2024 16:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exchange.html b/exchange.html index f0ab416..91d1515 100644 --- a/exchange.html +++ b/exchange.html @@ -346,11 +346,7 @@ this.openDialog("兑换成功"); const clr = setTimeout(() => { if (this.goodInfo.product_type === 2) { - if (!this.backAble && this.goodsDetail.restrict == 1) { - window.location.replace('./orderDetails/cardOrder.html'); - } else { - window.location.href = './orderDetails/cardOrder.html'; - } + window.location.href = './orderDetails/cardOrder.html'; } else { window.location.href = './orderDetails/chargerOrder.html'; }