删除好友的时候,对方也删除会话

This commit is contained in:
2022-02-24 12:10:06 +08:00
parent 519caab9e5
commit 831776f7dd
2 changed files with 20 additions and 14 deletions

View File

@@ -119,7 +119,6 @@
initGroupInfo() {
// 获取群信息,成员数量,设置标题
getGroupBase(this.targetId).then(res => {
this.$store.dispatch('updateContact', res)
uni.setNavigationBarTitle({
title: res.name + `(${res.members})`
})