diff --git a/pages/im/group/chat.vue b/pages/im/group/chat.vue index ea8fd31..2a0a3d4 100644 --- a/pages/im/group/chat.vue +++ b/pages/im/group/chat.vue @@ -73,10 +73,6 @@ }, onLoad(e) { this.targetId = e.targetId - this.groupInfo = this.$store.getters.contactInfo(this.targetId) - uni.setNavigationBarTitle({ - title: this.groupInfo.name - }) // 获取群成员数量 getGroupBase(this.targetId).then(res => { uni.setNavigationBarTitle({