fix:【C端】链接样式的优惠券,浏览器打开提示【无效的兑换码】
This commit is contained in:
parent
7a5fb8d5a0
commit
f37db8af77
|
@ -147,7 +147,7 @@
|
|||
localStorage.setItem('entryLink', window.location.href);//存储起始页链接
|
||||
setTimeout(() => {
|
||||
if (this.pageType === 4 || this.pageType === 8) {
|
||||
window.location.href = './coupon/couponCollection.html';
|
||||
window.location.href = '/coupon/couponCollection.html';
|
||||
} else {
|
||||
window.location.href = '/homepage.html';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue