From fe66e9c508d9b3bc936f11c9db299a99e5d095cb Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 28 Aug 2025 16:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/NEUIKit/pages/Chat/index.vue | 5 +++-- root/NEUIKit/pages/Chat/message/message-input.vue | 16 +++++++++++----- root/NEUIKit/pages/Chat/message/message-list.vue | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/root/NEUIKit/pages/Chat/index.vue b/root/NEUIKit/pages/Chat/index.vue index 0334f76..1dd3f6e 100644 --- a/root/NEUIKit/pages/Chat/index.vue +++ b/root/NEUIKit/pages/Chat/index.vue @@ -520,7 +520,7 @@ const getList = ($type = "init") => { }) ); } - console.log('query.value.list',query.value.list) + console.log("query.value.list", query.value.list); } ); }; @@ -552,7 +552,8 @@ const sendJob = (_item) => { msg: customMsg, conversationId, sendBefore: () => { - jobListShow.value = false + jobListShow.value = false; + uni.$emit(events.ON_SCROLL_BOTTOM); // scrollBottom(); }, }); diff --git a/root/NEUIKit/pages/Chat/message/message-input.vue b/root/NEUIKit/pages/Chat/message/message-input.vue index 57adf51..2a977e9 100644 --- a/root/NEUIKit/pages/Chat/message/message-input.vue +++ b/root/NEUIKit/pages/Chat/message/message-input.vue @@ -134,12 +134,12 @@