From 805f0ff3517a5e5dc6c57511795b534fa4b2bd68 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 4 May 2022 00:29:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index fcf14280d..8440977d8 100755 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -209,7 +209,7 @@ return; } - if (!$that.listOweFeeInfo.fees) { + if (!$that.listOweFeeInfo) { return; } let _fees = $that.listOweFeeInfo.fees;