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 -->