mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 14:17:25 +08:00
优化代码
This commit is contained in:
parent
2a559aeab2
commit
f045ed178f
@ -419,6 +419,13 @@
|
||||
return;
|
||||
}
|
||||
let _receivedAmount = this.receivableAmount;
|
||||
if(_receivedAmount <= 0){
|
||||
uni.showToast({
|
||||
icon:'none',
|
||||
title:'金额为负数,可能用于减免,请到柜台缴费'
|
||||
})
|
||||
return;
|
||||
}
|
||||
let _tradeType = 'JSAPI';
|
||||
let _objData = {
|
||||
business: "payFee",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user