diff --git a/src/project/biaopin/AppVillageHead/AppVillageHead.vue b/src/project/biaopin/AppVillageHead/AppVillageHead.vue
index bb8470ac..491ff1d7 100644
--- a/src/project/biaopin/AppVillageHead/AppVillageHead.vue
+++ b/src/project/biaopin/AppVillageHead/AppVillageHead.vue
@@ -47,6 +47,47 @@
+
{{item.content['标题']}}
+
+ 宣发情况
+
+
+
宣发数据:{{item.content['宣发条数']}}条
+
+
+
触达居民群数:
+
+ {{item.content['宣发触达居民群'] || 0}}个
+
+
+
触达居民:
+
+ {{item.content['宣发触达居民']}}人
+
+
+
+
+ AI问答
+
+
+
居民累计提问:
+
+ {{item.content['昨日累计提问']}}次
+
+
+
居民平均提问:
+
+ {{item.content['昨日居民平均提问']}}次/群
+
+
+
+
+
最活跃群提问:
+
+ {{item.content['昨日最活跃群提况']}}次
+
+
+
近7天居民群数据
@@ -62,24 +103,6 @@
{{item.content['7天覆盖群聊']}}个
-
{{item.content['标题']}}
-
- 宣发情况
-
-
-
宣发数据:{{item.content['宣发条数']}}条
-
触达居民:{{item.content['宣发触达居民']}}人
-
-
- AI问答
-
-
-
居民累计提问:{{item.content['昨日累计提问']}}次
-
群提问数:{{item.content['昨日居民平均提问']}}次/群
-
-
-
最活跃群提问:{{item.content['昨日最活跃群提况']}}次
-
@@ -265,6 +288,7 @@ export default {
}
if(item.userType == 2) { //统计数据
item.content = JSON.parse(item.content)
+ console.log(item.content)
}
})
this.messageList = this.current == 1 ? res.data.records : [...res.data.records, ...this.messageList]
@@ -401,12 +425,15 @@ export default {
.info {
font-size: 28px;
font-family: PingFangSC;
- line-height: 40px;
- margin-bottom: 18px;
+ line-height: 48px;
+ margin-bottom: 20px;
span {
color: #0D63F2;
}
}
+ .mar-b12 {
+ margin-bottom: 12px;
+ }
.flex-info {
display: flex;
justify-content: space-between;
@@ -424,15 +451,14 @@ export default {
justify-content: space-between;
margin-bottom: 16px;
.item-total {
- text-align: center;
p {
- font-size: 30px;
+ font-size: 28px;
font-family: PingFangSC;
line-height: 40px;
margin-bottom: 8px;
}
div {
- line-height: 44px;
+ line-height: 48px;
span {
color: #0D63F2;
}