Commit 648844c2 by 冷斌

fix bug

parent b0cac933
......@@ -226,7 +226,7 @@
return true;
},
onPay: function (item, type) {
if (!this.isLogin()) {
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