Commit a1b6f042 by 冷斌

fix bug

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