no message
This commit is contained in:
parent
61cc02c403
commit
9127c22de0
@ -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;
|
||||
}
|
||||
|
@ -85,6 +85,7 @@
|
||||
color: #333333;
|
||||
background-color: #F4F5F7;
|
||||
padding: 8px;
|
||||
min-width: 32px;
|
||||
border-radius: 6px 6px 6px 0;
|
||||
&.loading {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user