修复bug

This commit is contained in:
weipengfei 2024-03-22 18:23:17 +08:00
parent 8405461850
commit f433a6f239
1 changed files with 1 additions and 1 deletions

View File

@ -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: '余额不足,请选择其他的支付方式!'
});