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": "没有更多历史消息"}'>
-
+
@@ -82,7 +82,7 @@
components: {
uniImList
},
- emits:['checkedMsgList','longpressMsgAvatar','showControl','clickItem','retriesSendMsg','putChatInputContent'],
+ emits:['checkedMsgList','update:checkedMsgList','longpressMsgAvatar','showControl','clickItem','retriesSendMsg','putChatInputContent'],
computed: {
...uniIm.mapState(['systemInfo', 'isWidescreen']),
loadState() {
@@ -693,5 +693,10 @@
cursor: pointer;
/* #endif */
}
+ /* #ifdef H5 */
+ .pointer {
+ cursor: pointer;
+ }
+ /* #endif */
}
\ No newline at end of file
diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue
index 4d4dea32513f8d72aa542cd925a00dff5dec168d..e321ba84e0e79b4379bad800363ae2d6d7d52650 100644
--- a/pages/chat/chat.vue
+++ b/pages/chat/chat.vue
@@ -39,6 +39,40 @@
+
+
+
+
+
+
+ 逐条转发
+
+
+
+
+
+ 合并转发
+
+
+
+
+
+ 收藏
+
+
+
+
+
+ 保存至电脑
+
+
+
+
+
+ 删除
+
+
+
@@ -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;