@@ -429,7 +429,7 @@
// return
// }
- if (this.userInfo.balance*1 < this.payAmount*1){
+ if (this.userInfo.balance*1 < this.payAmount*1 && num == 1){
uni.$u.toast('余额不足')
return
}