From 93535c966e110bca0d74ef48460f415f80fa9599 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 5 Feb 2024 14:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/order.html b/order.html index 1312b97..76ffab5 100644 --- a/order.html +++ b/order.html @@ -320,6 +320,16 @@ location.replace(data.redirect_url); } } + + if (item.channel == 3) { + item.goods.available = 1; + /* H5 领取 */ + sessionStorage.setItem( + "goodsInfo", + JSON.stringify(item.goods) + ); + location.href = "./ysf.html"; + } } },