fix: 卡密

This commit is contained in:
zhangds 2024-03-07 20:13:07 +08:00
parent a94e004e50
commit 83488ad19b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
const gotoHomePage = (goods) => { const gotoHomePage = (goods) => {
// 商品1卡密2平台查看2 特殊处理 // 商品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 return true
} }