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';