From 2335eb476f9f69f9708efdbf377ec5f0055c50bc Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Tue, 3 Jan 2023 09:21:18 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/project/saas/AppDataStatistics/components/wechat.vue | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/project/saas/AppDataStatistics/components/wechat.vue b/src/project/saas/AppDataStatistics/components/wechat.vue
index 48a5c43c..8afd036c 100644
--- a/src/project/saas/AppDataStatistics/components/wechat.vue
+++ b/src/project/saas/AppDataStatistics/components/wechat.vue
@@ -23,7 +23,7 @@
@@ -53,7 +53,7 @@
@@ -96,7 +96,9 @@ export default {
this.groupsCard = res.data.居民群统计
this.groupsData = res.data.群成员数
this.groupsMonth = this.groupsData.map(e=> e.month)
+ // this.groupsMonth = ['2022-09','2022-10','2022-12','2023-01']
this.groupsNumber = this.groupsData.map(e=> e.totalNumber)
+ // this.groupsNumber = ['6','6','7','7']
this.getGroupsEcharts(this.groupsMonth,this.groupsNumber)
}
})
From f431e4b50948db23261fd343fe9fe325bf9cc12c Mon Sep 17 00:00:00 2001
From: liuye
Date: Tue, 3 Jan 2023 09:29:13 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=A7=AF=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppMessageNotification/AppMessageNotification.vue | 4 ++--
src/project/qianxinan/AppPointsRanking/AppPointsRanking.vue | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/project/qianxinan/AppMessageNotification/AppMessageNotification.vue b/src/project/qianxinan/AppMessageNotification/AppMessageNotification.vue
index 798eb36c..5feb6db1 100644
--- a/src/project/qianxinan/AppMessageNotification/AppMessageNotification.vue
+++ b/src/project/qianxinan/AppMessageNotification/AppMessageNotification.vue
@@ -5,14 +5,14 @@
每个用户每天可以接受10条群发消息,不限企业发布的群发还是个人发布的群发。
个人群发每天可以给用户发送10条群发消息。
-
+
*部门选择
diff --git a/src/project/qianxinan/AppPointsRanking/AppPointsRanking.vue b/src/project/qianxinan/AppPointsRanking/AppPointsRanking.vue
index 1d3369d5..56dc7c02 100644
--- a/src/project/qianxinan/AppPointsRanking/AppPointsRanking.vue
+++ b/src/project/qianxinan/AppPointsRanking/AppPointsRanking.vue
@@ -130,6 +130,7 @@
}
.list-data {
padding: 32px;
+ margin-bottom: 80px;
.item {
width: 100%;
display: flex;
@@ -184,6 +185,7 @@
}
.footer {
padding: 0;
+ margin-bottom: 0;
width: 100%;
position: fixed;
bottom: 0;