Commit 25f2b51f by 冷斌

fix bug

parent db70fb4b
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
return true; return true;
}, },
onPay: function (item, type, opt) { onPay: function (item, type, opt) {
console.log(this.getOptions(opt)); console.log(opt, this.getOptions(opt));
return false; return false;
if (!this.isLogin()) { if (!this.isLogin()) {
return false; return false;
......
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