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 e00781ace792cc39710c7f932679d379e353f27c..a3bc9dacb2bdc856071cf585493b09c8abd60e6c 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;