mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
14bcd1243a
commit
fb27f5f19c
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user