From a6caf65c50f31dcede858d036825de9ed0417a33 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 29 Sep 2022 17:20:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=95=86=E5=93=81=E9=A1=B5)=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E5=95=86=E5=93=81=E6=97=B6?= =?UTF-8?q?=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/couponCollection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_5_0_C/couponCollection.html b/v1_5_0_C/couponCollection.html index 3977fe2..6091c83 100644 --- a/v1_5_0_C/couponCollection.html +++ b/v1_5_0_C/couponCollection.html @@ -400,7 +400,7 @@ sessionStorage.setItem('goodsInfo', JSON.stringify(goodsArr[0])); sessionStorage.setItem('key', goodsArr[0].key); sessionStorage.setItem('token', goodsArr[0].token); - window.location.replace(goodsArr[0].type == 1 ? "./exchange.html" : "./reduce.html"); + window.location.replace(goodsArr[0].type == 1 ? "./exchange.html" : "./index.html"); return false; } else if (goodsArr && goodsArr.length >= 1) { self.goodsNum = true;