From fb27f5f19c86b398404085fad83fa2d6d9eea445 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 3 May 2022 23:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/listOweFee/listOweFee.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index a8e7e7895..fcf14280d 100755 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -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 => {