Commit 6c1d7b7c authored by 华国豪's avatar 华国豪 🙄

no message

parent 87a01d40
......@@ -190,7 +190,7 @@
let param = window.location.href.split('?')[1].split("&") ? window.location.href.split('?')[1].split("&") : null;
let price = param ? param[0].split('=')[1] : 0;
let couponId = param ? param[1].split('=')[1] : 0;
let platform = param ? param[2].split('=')[2] : 0;
let platform = param ? param[2].split('=')[1] : 0;
let buyIf = {}
// if (localStorage.buyInfo) {
// buyIf = JSON.parse(localStorage.buyInfo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment