no message

This commit is contained in:
kuaifan 2021-06-19 01:01:11 +08:00
parent 61cc02c403
commit 9127c22de0
2 changed files with 4 additions and 4 deletions

View File

@ -88,8 +88,6 @@ export default {
autoBottom: true,
autoInterval: null,
memberShowAll: false,
dialogDrag: false,
msgText: '',
@ -118,8 +116,8 @@ export default {
]),
dialogMsgLists() {
const {dialogMsgList} = this;
return dialogMsgList.sort((a, b) => {
const list = $A.cloneJSON(this.dialogMsgList);
return list.sort((a, b) => {
return a.id - b.id;
});
},
@ -139,6 +137,7 @@ export default {
},
dialogId() {
this.autoBottom = true;
this.msgNew = 0;
this.topId = -1;
}

View File

@ -85,6 +85,7 @@
color: #333333;
background-color: #F4F5F7;
padding: 8px;
min-width: 32px;
border-radius: 6px 6px 6px 0;
&.loading {
display: flex;