fix:【C端】链接样式的优惠券,浏览器打开提示【无效的兑换码】

This commit is contained in:
Apple 2022-10-19 10:14:32 +08:00
parent 7a5fb8d5a0
commit f37db8af77
1 changed files with 1 additions and 1 deletions

View File

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