From c36be507f7f11c837de9adccb2286f0fdbea18f6 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sat, 8 Oct 2022 13:47:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_5_0_C/exchange.html b/v1_5_0_C/exchange.html index 3bf3a18..17010fe 100644 --- a/v1_5_0_C/exchange.html +++ b/v1_5_0_C/exchange.html @@ -256,7 +256,7 @@ backHandler () { if (goodsCount > 1) { - window.location.replace('./myOrder.html'); + window.location.replace('./couponCollection.html'); } else { history.go(-2); }