修复bug
This commit is contained in:
parent
8405461850
commit
f433a6f239
|
@ -585,7 +585,7 @@
|
|||
title: '请选择支付方式'
|
||||
});
|
||||
|
||||
if (that.payType == 'balance' && this.userInfo.now_money < this.payForm.money) {
|
||||
if (that.payType == 'balance' && +this.userInfo.now_money < +this.payForm.money) {
|
||||
return that.$util.Tips({
|
||||
title: '余额不足,请选择其他的支付方式!'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue