🦀️ fix: 修复bug
This commit is contained in:
parent
b59e3816a0
commit
93535c966e
10
order.html
10
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";
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue