mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
14bcd1243a
commit
fb27f5f19c
@ -208,6 +208,10 @@
|
|||||||
if (!window.$that) {
|
if (!window.$that) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$that.listOweFeeInfo.fees) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
let _fees = $that.listOweFeeInfo.fees;
|
let _fees = $that.listOweFeeInfo.fees;
|
||||||
let _amountOwed = 0.0;
|
let _amountOwed = 0.0;
|
||||||
_fees.forEach(_feeItem => {
|
_fees.forEach(_feeItem => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user