Commit d3dc3863 by 冷斌

fix bug

parent 18f137db
...@@ -222,8 +222,8 @@ ...@@ -222,8 +222,8 @@
} }
return true; return true;
}, },
onPay: function (item, type, i) { onPay: function (item, type, opt) {
console.log(i, this.listItem(i)); console.log(opt, opt.options[this.innerTab]);
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