This commit is contained in:
fan
2021-03-11 22:46:11 +08:00
parent daeec230ab
commit a947018393
14 changed files with 216 additions and 54 deletions
+4 -1
View File
@@ -151,7 +151,10 @@ export default {
IMUI.openDrawer(params);
},
handlePullMessages(contact, next) {
next(MessagesData[contact.id], true);
const { IMUI } = this.$refs;
setTimeout(() => {
next(MessagesData[contact.id], true);
}, 3000);
},
handleChangeContact() {},
handleSend(message, next, file) {