优化代码

This commit is contained in:
java110 2022-05-03 23:53:34 +08:00
parent 14bcd1243a
commit fb27f5f19c

View File

@ -208,6 +208,10 @@
if (!window.$that) {
return;
}
if (!$that.listOweFeeInfo.fees) {
return;
}
let _fees = $that.listOweFeeInfo.fees;
let _amountOwed = 0.0;
_fees.forEach(_feeItem => {