+
+
+
-
群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊群聊
-
3人 | 群主:张三
+
{{item.groupName || '群聊'}}
+
{{item.personCount}}人 | 群主:{{item.ownerName}}
@@ -30,26 +33,58 @@ export default {
name: "userDetail",
data() {
return {
-
+ areaId: '',
+ areaName: '',
+ groupName: '',
+ list: []
}
},
computed: {...mapState(['user'])},
created() {
+ this.areaId = this.user.areaId
+ this.areaName = this.user.areaName
+ this.getList()
},
onShow() {
document.title = '居民群详情'
},
methods: {
-
+ handerClear() {
+ this.groupName = ''
+ this.getList()
+ },
+ getList() {
+ this.$http.post(`/app/wxcp/wxgroup/allGroupInfo?areaId=${this.areaId}&groupName=${this.groupName}`).then(res => {
+ if (res?.code == 0) {
+ this.list = res.data
+ }
+ })
+ }
},
}
diff --git a/src/apps/AppMessageNotification/components/img/gird--select-icon.png b/src/apps/AppMessageNotification/components/img/gird--select-icon.png
new file mode 100644
index 00000000..205144d2
Binary files /dev/null and b/src/apps/AppMessageNotification/components/img/gird--select-icon.png differ
diff --git a/src/apps/AppMessageNotification/components/img/tx@2x.png b/src/apps/AppMessageNotification/components/img/tx@2x.png
new file mode 100644
index 00000000..d9620e08
Binary files /dev/null and b/src/apps/AppMessageNotification/components/img/tx@2x.png differ
diff --git a/src/apps/AppMessageNotification/components/img/xz.png b/src/apps/AppMessageNotification/components/img/xz.png
new file mode 100644
index 00000000..98f78cda
Binary files /dev/null and b/src/apps/AppMessageNotification/components/img/xz.png differ
diff --git a/src/apps/AppMessageNotification/components/img/xzh.png b/src/apps/AppMessageNotification/components/img/xzh.png
new file mode 100644
index 00000000..967fa399
Binary files /dev/null and b/src/apps/AppMessageNotification/components/img/xzh.png differ
diff --git a/src/apps/AppMessageNotification/selectDeptUser.vue b/src/apps/AppMessageNotification/selectDeptUser.vue
new file mode 100644
index 00000000..b381c50e
--- /dev/null
+++ b/src/apps/AppMessageNotification/selectDeptUser.vue
@@ -0,0 +1,288 @@
+
+
+
+
+
+
+
diff --git a/src/apps/AppMessageNotification/selectTag.vue b/src/apps/AppMessageNotification/selectTag.vue
new file mode 100644
index 00000000..253f09ae
--- /dev/null
+++ b/src/apps/AppMessageNotification/selectTag.vue
@@ -0,0 +1,262 @@
+
+
+ 已选择部门
+
+
+
+
{{ item.name }}
+
添加标签
+
+
+ {{items.name}}
+
+
+
+
+
+
+
+
+
+