diff --git a/app.js b/app.js
index e1cf0950f..2d4f69596 100644
--- a/app.js
+++ b/app.js
@@ -31,7 +31,7 @@ let opts = {
}
//app.use('/callComponent',proxy('http://192.168.0.103:8012',opts));
-app.use('/callComponent',proxy('http://hc.demo.winqi.cn:8012',opts));
+app.use('/callComponent',proxy('https://hc.demo.winqi.cn',opts));
//app.use('/callComponent',proxy('http://10.10.10.6:8012',opts));
//app.listen(3000);
diff --git a/public/components/property/showOwnerRoom/showOwnerRoom.html b/public/components/property/showOwnerRoom/showOwnerRoom.html
index a0ad0a719..aefd01e50 100644
--- a/public/components/property/showOwnerRoom/showOwnerRoom.html
+++ b/public/components/property/showOwnerRoom/showOwnerRoom.html
@@ -5,6 +5,11 @@
{{roomInfo.roomNum}}房屋信息
+
-
-
-
-
-
{{roomInfo.roomNum}}物业费信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/components/property/showOwnerRoom/showOwnerRoom.js b/public/components/property/showOwnerRoom/showOwnerRoom.js
index b6686519b..b2ea1cedb 100644
--- a/public/components/property/showOwnerRoom/showOwnerRoom.js
+++ b/public/components/property/showOwnerRoom/showOwnerRoom.js
@@ -65,6 +65,9 @@
roomId:_roomId
});
},
+ showPropertyFee:function(_room){
+ vc.jumpToPage("/admin.html#/pages/property/listRoomFee?"+vc.objToGetParam(_room));
+ },
showState:function(_state){
if(_state == '2001'){