创建群组的提示
This commit is contained in:
@@ -74,7 +74,12 @@
|
||||
},
|
||||
mounted() {
|
||||
this.initGroupInfo()
|
||||
this.initUsers()
|
||||
getGroupUsers(this.targetId, this.count).then(res => {
|
||||
this.users = res
|
||||
res.map(item => {
|
||||
this.$store.dispatch('updateContact', item)
|
||||
})
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
initGroupInfo() {
|
||||
@@ -88,7 +93,6 @@
|
||||
initUsers() {
|
||||
getGroupUsers(this.targetId, this.count).then(res => {
|
||||
this.users = res
|
||||
console.log('群成员列表', res);
|
||||
})
|
||||
},
|
||||
hideAction(item) {
|
||||
|
||||
Reference in New Issue
Block a user