fix: 修复卡密
This commit is contained in:
parent
0a62a39da2
commit
52fcb2d04f
|
@ -196,7 +196,7 @@
|
|||
|
||||
const gotoHomePage = (goods) => {
|
||||
// 商品1,卡密2,平台查看2 特殊处理
|
||||
if (goods.type === 1 && goods.card_show === 2) {
|
||||
if (goods.type === 1 && goods.entity.card_show === 2) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue