diff --git a/public/components/property/deleteFee/deleteFee.js b/public/components/property/deleteFee/deleteFee.js index 3e621a7a7..169f6c9ae 100755 --- a/public/components/property/deleteFee/deleteFee.js +++ b/public/components/property/deleteFee/deleteFee.js @@ -28,7 +28,8 @@ }, function(json, res) { //vm.menus = vm.refreshMenuActive(JSON.parse(json),0); - if (res.status == 200) { + let _json = JSON.parse(json); + if (_json.code == 0) { //关闭model $('#deleteFeeModel').modal('hide'); vc.emit('listRoomFee', 'notify', {}); @@ -40,7 +41,7 @@ vc.toast("删除费用成功"); return; } - vc.toast(json); + vc.toast(_json.msg); }, function(errInfo, error) { console.log('请求失败处理'); diff --git a/public/pages/property/carStructure/carStructure.html b/public/pages/property/carStructure/carStructure.html new file mode 100644 index 000000000..8908a7a44 --- /dev/null +++ b/public/pages/property/carStructure/carStructure.html @@ -0,0 +1,21 @@ +