From 9750bd2740e32258dc88e3099addcc23622668f2 Mon Sep 17 00:00:00 2001 From: ch Date: Sat, 21 May 2022 15:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=87=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=B7=B3=E8=BF=9B=E6=9D=A5=E6=B2=A1=E5=8E=86=E5=8F=B2=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E9=97=AE=E9=A2=98,=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=90=8ESessionID=E6=B2=A1=E8=BE=85=E5=8A=A9?= =?UTF-8?q?=E5=AF=BC=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/plugins/msbIm.js | 4 +--- common/utils/im.js | 2 +- pages/account/message/chat/index.vue | 18 +++++++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/common/plugins/msbIm.js b/common/plugins/msbIm.js index 4ae1f1a..e0f6164 100644 --- a/common/plugins/msbIm.js +++ b/common/plugins/msbIm.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-18 14:54:47 * @LastEditors: ch - * @LastEditTime: 2022-05-21 14:22:13 + * @LastEditTime: 2022-05-21 15:27:05 * @Description: file content */ import { CreateUUID, FormatDate, ToAsyncAwait } from "@/common/utils"; @@ -235,8 +235,6 @@ export default class MsbIm { newData[hisIdx].messageList = newData[hisIdx].messageList.concat(content); this.setSessionData(newData); } - - return Promise.resolve(result); } diff --git a/common/utils/im.js b/common/utils/im.js index 19b059d..9072fc0 100644 --- a/common/utils/im.js +++ b/common/utils/im.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-20 11:00:07 * @LastEditors: ch - * @LastEditTime: 2022-05-21 14:27:58 + * @LastEditTime: 2022-05-21 15:44:06 * @Description: file content */ diff --git a/pages/account/message/chat/index.vue b/pages/account/message/chat/index.vue index fe80b41..6f89132 100644 --- a/pages/account/message/chat/index.vue +++ b/pages/account/message/chat/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-26 14:32:03 * @LastEditors: ch - * @LastEditTime: 2022-05-21 14:19:38 + * @LastEditTime: 2022-05-21 15:43:32 * @Description: file content -->