From f407912355d716fd3ae27a905a05ccb113c24c9c Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sat, 8 Oct 2022 18:00:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=90=BD?= =?UTF-8?q?=E5=9C=B0=E9=A1=B5=E7=99=BB=E5=BD=95=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E4=B8=8D=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1_5_0_C/index.html b/v1_5_0_C/index.html index acd5529..761546f 100644 --- a/v1_5_0_C/index.html +++ b/v1_5_0_C/index.html @@ -147,7 +147,7 @@ this.openDialog('正在加载商品...'); sessionStorage.setItem('entryLink', window.location.href);//存储起始页链接 setTimeout(() => { - if (this.pageType === 4) { + if (this.pageType === 4 || this.pageType === 8) { window.location.href = './couponCollection.html'; } else { window.location.href = '../homepage.html'; @@ -236,7 +236,7 @@ this.openDialog('正在加载商品...'); sessionStorage.setItem('entryLink', window.location.href);//存储起始页链接 setTimeout(() => { - if (this.pageType === 4) { + if (this.pageType === 4 || this.pageType === 8) { window.location.href = './couponCollection.html'; } else { window.location.href = '../homepage.html';