From c64af8532fd730f87f3c4bd893ba61fe8752d6c4 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 24 Oct 2023 09:02:59 +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/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js index e68b9e88a..92c90db4e 100644 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.js @@ -125,7 +125,7 @@ } //1.不是押金 2.不是周期性费用 if ($that.roomCreateFeeAddInfo.feeTypeCd != '888800010006' && $that.roomCreateFeeAddInfo.feeFlag != '1003006') { - if ($that.roomCreateFeeAddInfo.endTime) { + if (!$that.roomCreateFeeAddInfo.endTime) { vc.toast("计费终止时间不能为空"); return; }