From 36c5928aad0c876f0e0d7a23d16d589731c9db9a Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 24 Jan 2022 14:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8A=A0=E4=B8=8Aloading?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visual/basicinfo/basicInfoCommunity.vue | 26 +++++++++++++------ .../visual/basicinfo/basicInfoMain.vue | 20 +++++++++++--- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue index 26759f5b..6ebcb622 100644 --- a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue +++ b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue @@ -22,7 +22,11 @@
-
+ 加载中 +
+
0) { @@ -268,6 +273,8 @@ export default { this.roomArray = [...data] }); + } else { + this.roomArray = [] } @@ -348,7 +355,7 @@ export default { ...mapGetters(["clientHeight"]) }, - components: {}, + components: { ScreenLoading }, } @@ -360,6 +367,9 @@ export default { > \ No newline at end of file