更新文档

This commit is contained in:
fan
2021-01-17 14:14:14 +08:00
parent ee536a7983
commit df4d280f85
4 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -151,7 +151,7 @@
<tr>
<tr>
<td>type</td>
<td>消息类型voice | file | video | image | text</td>
<td>消息类型file | image | text</td>
<td>String</td>
<td>-</td>
<td></td>
@@ -1116,6 +1116,7 @@ export default {
}
];
//const VoiceMessage
console.log(messages);
let isEnd = false;
if (IMUI.getMessages(IMUI.currentContactId).length > 20) isEnd = true;