From e746fcd3d1305964bd7b8f7e23c0b5f12b7854cf Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 24 Aug 2020 11:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A5=BC=E6=A0=8B=20=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=20=E5=8A=A0=E5=85=A5=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/listFloor/listFloor.html | 6 +++--- public/pages/property/listRoomFee/listRoomFee.html | 2 +- public/pages/property/room/room.html | 6 +++--- public/pages/property/unit/unit.html | 6 +++--- public/vcCore/vcFramework.js | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/pages/property/listFloor/listFloor.html b/public/pages/property/listFloor/listFloor.html index d1fe5de0f..730c7e048 100644 --- a/public/pages/property/listFloor/listFloor.html +++ b/public/pages/property/listFloor/listFloor.html @@ -50,7 +50,7 @@
楼栋信息
- @@ -89,10 +89,10 @@ {{floor.userName}} -
+
-
+
diff --git a/public/pages/property/listRoomFee/listRoomFee.html b/public/pages/property/listRoomFee/listRoomFee.html index 0eb89152e..4339a8fc3 100644 --- a/public/pages/property/listRoomFee/listRoomFee.html +++ b/public/pages/property/listRoomFee/listRoomFee.html @@ -43,7 +43,7 @@ {{fee.endTime}} {{fee.stateName}} -
-
+
diff --git a/public/pages/property/unit/unit.html b/public/pages/property/unit/unit.html index 409c81058..860426e4e 100644 --- a/public/pages/property/unit/unit.html +++ b/public/pages/property/unit/unit.html @@ -68,7 +68,7 @@
单元信息
-
+
-
+
diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 310becd4d..9d77f1304 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -2116,7 +2116,7 @@ vc 校验 工具类 -method if(_staffPrivilege == null){ _staffPrivilege = []; } - vcFramework.hasPrivalage = (_privalege) => { + vcFramework.hasPrivilege = (_privalege) => { //只要窗口高度发生变化,就会进入这里面,在这里就可以写,回到聊天最底部的逻辑 return _staffPrivilege.includes(_privalege); }