【营销计划-C端立减金】1个商品时,商品详情页兑换码被暂停,兑换时未给出提示,直接退出到登录页面
This commit is contained in:
parent
a3a90a1039
commit
b121a522e0
|
@ -316,7 +316,10 @@
|
||||||
// }
|
// }
|
||||||
/*跳转起始页面*/
|
/*跳转起始页面*/
|
||||||
let entryLink=sessionStorage.getItem('entryLink');
|
let entryLink=sessionStorage.getItem('entryLink');
|
||||||
|
setTimeout(() => {
|
||||||
window.location.replace(entryLink);
|
window.location.replace(entryLink);
|
||||||
|
}, 3000);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue