fix: 断点
This commit is contained in:
parent
83488ad19b
commit
6bca0ddd15
|
@ -288,6 +288,7 @@
|
|||
// 如果不账号领取 直接过
|
||||
if (gotoHomePage(res.data[0])) {
|
||||
if (res.data[0].product_type === 2 && res.data[0].entity.card_show === 2) {
|
||||
debugger
|
||||
sessionStorage.setItem('goodsInfo', JSON.stringify(res.data[0]))
|
||||
setTimeout(() => {
|
||||
window.location.replace("./exchange-cardpwd.html");
|
||||
|
|
Loading…
Reference in New Issue