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