Commit a1b6f042 by 冷斌

fix bug

parent 6cf80fa6
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
onBuy: function() { onBuy: function() {
if (uid <= 0) { if (uid <= 0) {
ui.confirm('请先登录', { ui.confirm('请先登录', {
yes: that.onLogin yes: this.onLogin
}) })
} else { } else {
this.onToBuy() this.onToBuy()
......
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