fix: 断点2

This commit is contained in:
zhangds 2024-03-07 20:16:35 +08:00
parent 6bca0ddd15
commit 0891e5060c
1 changed files with 1 additions and 2 deletions

View File

@ -287,8 +287,7 @@
// 如果不账号领取 直接过 // 如果不账号领取 直接过
if (gotoHomePage(res.data[0])) { if (gotoHomePage(res.data[0])) {
if (res.data[0].product_type === 2 && res.data[0].entity.card_show === 2) { if (res.data[0].entity.product_type === 2 && res.data[0].entity.card_show === 2) {
debugger
sessionStorage.setItem('goodsInfo', JSON.stringify(res.data[0])) sessionStorage.setItem('goodsInfo', JSON.stringify(res.data[0]))
setTimeout(() => { setTimeout(() => {
window.location.replace("./exchange-cardpwd.html"); window.location.replace("./exchange-cardpwd.html");