no message
This commit is contained in:
parent
61cc02c403
commit
9127c22de0
@ -88,8 +88,6 @@ export default {
|
|||||||
autoBottom: true,
|
autoBottom: true,
|
||||||
autoInterval: null,
|
autoInterval: null,
|
||||||
|
|
||||||
memberShowAll: false,
|
|
||||||
|
|
||||||
dialogDrag: false,
|
dialogDrag: false,
|
||||||
|
|
||||||
msgText: '',
|
msgText: '',
|
||||||
@ -118,8 +116,8 @@ export default {
|
|||||||
]),
|
]),
|
||||||
|
|
||||||
dialogMsgLists() {
|
dialogMsgLists() {
|
||||||
const {dialogMsgList} = this;
|
const list = $A.cloneJSON(this.dialogMsgList);
|
||||||
return dialogMsgList.sort((a, b) => {
|
return list.sort((a, b) => {
|
||||||
return a.id - b.id;
|
return a.id - b.id;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@ -139,6 +137,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
dialogId() {
|
dialogId() {
|
||||||
|
this.autoBottom = true;
|
||||||
this.msgNew = 0;
|
this.msgNew = 0;
|
||||||
this.topId = -1;
|
this.topId = -1;
|
||||||
}
|
}
|
||||||
|
@ -85,6 +85,7 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #F4F5F7;
|
background-color: #F4F5F7;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
min-width: 32px;
|
||||||
border-radius: 6px 6px 6px 0;
|
border-radius: 6px 6px 6px 0;
|
||||||
&.loading {
|
&.loading {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user