mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
a60111e7a0
commit
33dc3414c7
@ -419,7 +419,7 @@
|
||||
return;
|
||||
}
|
||||
let _receivedAmount = this.receivableAmount;
|
||||
if(_receivedAmount <= 0){
|
||||
if(_receivedAmount < 0){
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title:'金额为负数,可能用于减免,请到柜台缴费'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user