From 12e89108214b3985e3055e58bedd4a69a56fe66d Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Fri, 21 Jun 2024 13:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=93=8D=E4=BD=9C=E8=8F=9C=E5=8D=95=E7=9A=84=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=9B=B4=E5=A4=9A=E5=8A=9F=E8=83=BD=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-im-msg-list/uni-im-msg-list.vue | 11 ++- pages/chat/chat.vue | 71 ++++++++++--------- 2 files changed, 44 insertions(+), 38 deletions(-) diff --git a/components/uni-im-msg-list/uni-im-msg-list.vue b/components/uni-im-msg-list/uni-im-msg-list.vue index e00781a..a3bc9da 100644 --- a/components/uni-im-msg-list/uni-im-msg-list.vue +++ b/components/uni-im-msg-list/uni-im-msg-list.vue @@ -11,7 +11,7 @@ :contentText='{"contentrefresh": "正在加载历史消息","contentnomore": "没有更多历史消息"}'> - @@ -81,40 +115,6 @@ chooseMoreMsg:{{chooseMoreMsg}} checkedMsgList:{{checkedMsgList}} --> - - - - - - - 逐条转发 - - - - - - 合并转发 - - - - - - 收藏 - - - - - - 保存至电脑 - - - - - - 删除 - - - @@ -1016,6 +1016,7 @@ }, shareMsg(msgList,merge = false) { this.$refs['share-msg'].open(msgList,merge) + this.chooseMoreMsg = false }, toolBarNext(){ uni.showToast({ @@ -1264,7 +1265,7 @@ page { bottom: 0; left: 0; width: 100%; - height: 260px; + height: 100%; background-color: #ededed; border-top: solid 1px #ededed; flex-direction: row; -- GitLab