diff --git a/packkey/bm-index.html b/packkey/bm-index.html index e3500d0..f8843e1 100644 --- a/packkey/bm-index.html +++ b/packkey/bm-index.html @@ -196,7 +196,7 @@ const gotoHomePage = (goods) => { // 商品1,卡密2,平台查看2 特殊处理 - if (goods.type === 1 && goods.product_type === 2 && goods.entity.card_show === 2) { + if (goods.type === 1 && goods.entity.product_type === 2 && goods.entity.card_show === 2) { return true }