Commit 3222649e by sunerhu

1.H5 购买入参错误

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