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); },