Commit 18f137db by 冷斌

fix bug

parent f5357efd
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
return true; return true;
}, },
onPay: function (item, type, i) { onPay: function (item, type, i) {
console.log(i, this.listItem(opt)); console.log(i, this.listItem(i));
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