From e37be7e62db38fbcbd613ab283ebbee9ee879762 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 10 Jan 2024 14:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= 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 22f59cb..71ccda2 100644 --- a/exchange.html +++ b/exchange.html @@ -349,7 +349,7 @@ this.loading = true; setTimeout(() => { sessionStorage.setItem('orderNumber', res.data.order_number); - window.location.href = './coupon/lookCard.html'; + window.location.replace('./coupon/lookCard.html'); this.loading = false; }, 3000); } else if (!this.backAble && this.goodsDetail.restrict > 1) {