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 @@
{{ "发送职位" }}
-
+