|
|
@ -62,6 +62,7 @@ export class ChatWindowComponent implements OnInit { |
|
|
|
this.members.forEach(item => { |
|
|
|
this.members.forEach(item => { |
|
|
|
this.chatName += (item.name || '') + ' ' |
|
|
|
this.chatName += (item.name || '') + ' ' |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
this.chatName = this.chatName + '的群聊' + '(' + this.members.length + ')' |
|
|
|
setTimeout(() => { |
|
|
|
setTimeout(() => { |
|
|
|
this.scrollToBottom() |
|
|
|
this.scrollToBottom() |
|
|
|
}, 0); |
|
|
|
}, 0); |
|
|
|