From 768edb8e873d8c43d29160337640b7c931aaca75 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 23 Feb 2022 16:38:14 +0800 Subject: [PATCH] format --- pages/im/group/chat.vue | 4 +++- pages/im/group/reviewed.vue | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/im/group/chat.vue b/pages/im/group/chat.vue index b75f21a..525563f 100644 --- a/pages/im/group/chat.vue +++ b/pages/im/group/chat.vue @@ -52,10 +52,12 @@ } } } + }, + onShow() { + this.initGroupInfo() }, onLoad(e) { this.targetId = e.targetId - this.initGroupInfo() // 获取历史消息列表 this.getMessageList() // 监听新消息 diff --git a/pages/im/group/reviewed.vue b/pages/im/group/reviewed.vue index 8f09af0..f861dce 100644 --- a/pages/im/group/reviewed.vue +++ b/pages/im/group/reviewed.vue @@ -22,7 +22,7 @@ - 暂无群聊申请数据~ + 暂无群聊申请数据 @@ -82,7 +82,6 @@ uni.$emit('groupInvitedUser') } }) - }).catch(err => { // uni.showToast({ // title: err.message,