From 0fce904e6d93ccaa6e560b110cf905e246e5f426 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 18 Feb 2022 17:32:50 +0800 Subject: [PATCH] merge --- pages/im/group/chat.vue | 4 ---- 1 file changed, 4 deletions(-) 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({