From 392f7c2e350d39ebc6d591489dc4bb4a7a86e762 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 8 Jan 2024 17:16:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index b68bc86..bd70625 100644 --- a/exchange.html +++ b/exchange.html @@ -246,7 +246,7 @@ /* 只有卡密商品时 直接跳转查看卡密页面 */ if (this.goodInfo.product_type === 2 && this.goodInfo.card_show == 2 && !this.backAble) { localStorage.setItem('orderNumber', this.order_number); - window.location.replace('./coupon/lookCard.html'); + window.location.href = './coupon/lookCard.html'; } else { window.location.replace(document.referrer); }