From a5b110aa5f932903f7e87188df3ae29c138ee2eb Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sat, 6 Apr 2024 22:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E8=B4=B9=E7=94=A8=E9=97=AF=E5=B0=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payFeeUserAccount/payFeeUserAccount.js | 2 +- .../tempImportRoomFee/tempImportRoomFee.html | 189 +++++++++--------- .../tempImportRoomFee/tempImportRoomFee.js | 3 + 3 files changed, 95 insertions(+), 99 deletions(-) diff --git a/public/components/property/payFeeUserAccount/payFeeUserAccount.js b/public/components/property/payFeeUserAccount/payFeeUserAccount.js index f8a8c37f3..467a6a453 100644 --- a/public/components/property/payFeeUserAccount/payFeeUserAccount.js +++ b/public/components/property/payFeeUserAccount/payFeeUserAccount.js @@ -68,7 +68,7 @@ function (json, res) { let _json = JSON.parse(json); if (_json.data.length < 1) { - vc.toast('当前没有可用账户'); + //vc.toast('当前没有可用账户'); return; } //账户余额 diff --git a/public/components/property/tempImportRoomFee/tempImportRoomFee.html b/public/components/property/tempImportRoomFee/tempImportRoomFee.html index e13ed7aa9..1f24f8f30 100644 --- a/public/components/property/tempImportRoomFee/tempImportRoomFee.html +++ b/public/components/property/tempImportRoomFee/tempImportRoomFee.html @@ -7,106 +7,99 @@
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- - 说明:显示公式为动态费用的费用项 -
- -
-
- -
- -
-
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- - -
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + 说明:显示公式为动态费用的费用项 +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
diff --git a/public/components/property/tempImportRoomFee/tempImportRoomFee.js b/public/components/property/tempImportRoomFee/tempImportRoomFee.js index 63c24651e..9b836ffce 100644 --- a/public/components/property/tempImportRoomFee/tempImportRoomFee.js +++ b/public/components/property/tempImportRoomFee/tempImportRoomFee.js @@ -146,6 +146,9 @@ vc.emit('roomCreateFee', 'notify', {}); vc.emit('simplifyRoomFee', 'notify', {}); vc.emit('listContractFee', 'notify', {}); + vc.toast('创建成功'); + return; + } vc.toast(_json.msg); },