From fb6f5697c700b700ff3f8e896cbc32f803dd6347 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 24 Feb 2022 11:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E5=88=B0=E7=BE=A4=E4=BC=9A?= =?UTF-8?q?=E8=AF=9D=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BE=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/im/group/chat.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/im/group/chat.vue b/pages/im/group/chat.vue index ac1260c..d5a3aa2 100644 --- a/pages/im/group/chat.vue +++ b/pages/im/group/chat.vue @@ -119,6 +119,7 @@ initGroupInfo() { // 获取群信息,成员数量,设置标题 getGroupBase(this.targetId).then(res => { + this.$store.dispatch('updateContact', res) uni.setNavigationBarTitle({ title: res.name + `(${res.members})` })