Commit 3222649e by sunerhu

1.H5 购买入参错误

parent c9cc2ac6
......@@ -261,10 +261,11 @@
},
h5jump() {
let h5userId = localStorage.getItem('h5_userId')
if (h5userId == '') {
this.sharelogin = true
} else {
console.log(h5userId, 26251)
if (h5userId) {
this.jumppurchase()
} else {
this.sharelogin = true
}
},
jumppurchase() {
......
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