From 4c896e1217e29d912005b93c7e1f51a0b7b20ed1 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 23 Dec 2022 10:48:07 +0800 Subject: [PATCH] css --- src/project/saas/AppDataStatistics/AppDataStatistics.vue | 5 +++-- src/project/saas/AppDataStatistics/components/message.vue | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/project/saas/AppDataStatistics/AppDataStatistics.vue b/src/project/saas/AppDataStatistics/AppDataStatistics.vue index 714523a4..bc074697 100644 --- a/src/project/saas/AppDataStatistics/AppDataStatistics.vue +++ b/src/project/saas/AppDataStatistics/AppDataStatistics.vue @@ -69,11 +69,12 @@ export default { } }, onLoad() { - this.areaId = this.user.areaId - this.areaName = this.user.areaName + }, onShow() { document.title = "数据统计" + this.areaId = this.user.areaId + this.areaName = this.user.areaName }, } diff --git a/src/project/saas/AppDataStatistics/components/message.vue b/src/project/saas/AppDataStatistics/components/message.vue index 228c2bff..801e0cb3 100644 --- a/src/project/saas/AppDataStatistics/components/message.vue +++ b/src/project/saas/AppDataStatistics/components/message.vue @@ -83,9 +83,6 @@ export default { }, created() { this.getData() - }, - onShow() { - }, mounted() { this.getPrivateChat() @@ -117,7 +114,6 @@ export default { } else if(this.privateCurrent == 1) { this.privateMsg = this.privateData?.map(v=> v.messageCnt) } - } }) }, @@ -456,6 +452,7 @@ export default { width: 100%; height: 514px; background: #FFF; + border-radius: 0 0 16px 16px; #privateChat, #groupChat {