fix: 断点

This commit is contained in:
zhangds 2024-03-07 20:14:30 +08:00
parent 83488ad19b
commit 6bca0ddd15
1 changed files with 1 additions and 0 deletions

View File

@ -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");