diff --git a/public/components/property/editFeeConfig/editFeeConfig.js b/public/components/property/editFeeConfig/editFeeConfig.js
index 458dd75d1..f30558cda 100755
--- a/public/components/property/editFeeConfig/editFeeConfig.js
+++ b/public/components/property/editFeeConfig/editFeeConfig.js
@@ -236,7 +236,7 @@
}
//自定义费用
if (vc.component.editFeeConfigInfo.computingFormula == '7007'
- ||vc.component.editFeeConfigInfo.computingFormula != '4004') {
+ || vc.component.editFeeConfigInfo.computingFormula == '4004') {
vc.component.editFeeConfigInfo.squarePrice = "0.00";
vc.component.editFeeConfigInfo.additionalAmount = "0.00";
}
diff --git a/public/pages/property/accountManage/accountManage.html b/public/pages/property/accountManage/accountManage.html
index 45a7f9ed1..b0f3cbb30 100644
--- a/public/pages/property/accountManage/accountManage.html
+++ b/public/pages/property/accountManage/accountManage.html
@@ -29,7 +29,7 @@
-
diff --git a/public/pages/property/accountManage/accountManage.js b/public/pages/property/accountManage/accountManage.js
index ab7d8c167..0b3960547 100644
--- a/public/pages/property/accountManage/accountManage.js
+++ b/public/pages/property/accountManage/accountManage.js
@@ -21,7 +21,7 @@
}
},
_initMethod: function () {
- vc.component._listshopAccounts(DEFAULT_PAGE, DEFAULT_ROWS);
+ vc.component._listAccounts(DEFAULT_PAGE, DEFAULT_ROWS);
},
_initEvent: function () {
@@ -42,7 +42,7 @@
};
//发送get请求
- vc.http.apiGet('/account/queryAccount',
+ vc.http.apiGet('/account/queryOwnerAccount',
param,
function (json, res) {
var _accountManageInfo = JSON.parse(json);
@@ -58,8 +58,8 @@
}
);
},
- _queryshopAccountMethod: function () {
- vc.component._listshopAccounts(DEFAULT_PAGE, DEFAULT_ROWS);
+ _queryAccountMethod: function () {
+ vc.component._listAccounts(DEFAULT_PAGE, DEFAULT_ROWS);
},
_moreCondition: function () {
diff --git a/public/pages/property/payFeeOrder/payFeeOrder.html b/public/pages/property/payFeeOrder/payFeeOrder.html
index f0bac7ac5..a5164810b 100755
--- a/public/pages/property/payFeeOrder/payFeeOrder.html
+++ b/public/pages/property/payFeeOrder/payFeeOrder.html
@@ -33,7 +33,7 @@