【营销计划-C端立减金】1个商品时,商品详情页兑换码被暂停,兑换时未给出提示,直接退出到登录页面

This commit is contained in:
Apple 2022-06-21 15:04:03 +08:00
parent a3a90a1039
commit b121a522e0
1 changed files with 4 additions and 1 deletions

View File

@ -316,7 +316,10 @@
// }
/*跳转起始页面*/
let entryLink=sessionStorage.getItem('entryLink');
window.location.replace(entryLink);
setTimeout(() => {
window.location.replace(entryLink);
}, 3000);
}
}
}