From 52fcb2d04ff0be2f39f547e894588f186d3f2cef Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 7 Mar 2024 20:03:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=A1=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/bm-index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packkey/bm-index.html b/packkey/bm-index.html index 090fcb1..9c98f85 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.card_show === 2) { + if (goods.type === 1 && goods.entity.card_show === 2) { return true }