From 6bca0ddd15c2c28f29284877d5971b84715c6e33 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 7 Mar 2024 20:14:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/bm-index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/packkey/bm-index.html b/packkey/bm-index.html index f8843e1..1e58f34 100644 --- a/packkey/bm-index.html +++ b/packkey/bm-index.html @@ -288,6 +288,7 @@ // 如果不账号领取 直接过 if (gotoHomePage(res.data[0])) { if (res.data[0].product_type === 2 && res.data[0].entity.card_show === 2) { + debugger sessionStorage.setItem('goodsInfo', JSON.stringify(res.data[0])) setTimeout(() => { window.location.replace("./exchange-cardpwd.html");