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"; + } } },