Commit d3dc3863 by 冷斌

fix bug

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