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