From 922cbefaa69f73de6c8393b1a8b6c4ee8178ade6 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Tue, 6 Jan 2026 16:44:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=AD=E7=BA=BF=E9=87=8D=E8=BF=9E?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/App.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/im-uniapp/App.vue b/im-uniapp/App.vue index df3332c..afd6fa9 100644 --- a/im-uniapp/App.vue +++ b/im-uniapp/App.vue @@ -443,8 +443,7 @@ export default { icon: 'none' }) // 加载离线消息 - this.pullPrivateOfflineMessage(this.chatStore.privateMsgMaxId); - this.pullGroupOfflineMessage(this.chatStore.groupMsgMaxId); + this.pullOfflineMessage(); this.configStore.setAppInit(true); }).catch((e) => { console.log(e);