From 81f3ca9903e1480ba28273e3512386a0275ce51d Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 30 Jun 2022 01:32:01 +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/addFeeConfig/addFeeConfig.js | 1 + public/components/property/editFeeConfig/editFeeConfig.js | 1 + .../property/roomCreateFeeAdd/roomCreateFeeAdd.html | 6 +++--- .../property/roomCreateFeeAdd/roomCreateFeeAdd.js | 5 +++-- public/vcCore/vcFramework.js | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index ff0f76e70..d68b18bab 100755 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -216,6 +216,7 @@ if (vc.component.addFeeConfigInfo.computingFormula == '7007' || vc.component.addFeeConfigInfo.computingFormula == '4004' || vc.component.addFeeConfigInfo.computingFormula == '1101' || + vc.component.addFeeConfigInfo.computingFormula == '1102' || vc.component.addFeeConfigInfo.computingFormula == '9009') { vc.component.addFeeConfigInfo.squarePrice = "0.00"; vc.component.addFeeConfigInfo.additionalAmount = "0.00"; diff --git a/public/components/property/editFeeConfig/editFeeConfig.js b/public/components/property/editFeeConfig/editFeeConfig.js index fdc7cdabc..9a5aacaa1 100755 --- a/public/components/property/editFeeConfig/editFeeConfig.js +++ b/public/components/property/editFeeConfig/editFeeConfig.js @@ -218,6 +218,7 @@ if (vc.component.editFeeConfigInfo.computingFormula == '7007' || vc.component.editFeeConfigInfo.computingFormula == '4004' || vc.component.editFeeConfigInfo.computingFormula == '1101' || + vc.component.editFeeConfigInfo.computingFormula == '1102' || vc.component.editFeeConfigInfo.computingFormula == '9009') { vc.component.editFeeConfigInfo.squarePrice = "0.00"; vc.component.editFeeConfigInfo.additionalAmount = "0.00"; diff --git a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html index 1169ae003..94c06ff34 100755 --- a/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html +++ b/public/components/property/roomCreateFeeAdd/roomCreateFeeAdd.html @@ -155,19 +155,19 @@