Browse Source

Merge branch 'master' of http://121.36.37.70:3000/shaojiahao/Jinan_project

非煤矿山灾害智能感知和预警系统
邵佳豪 2 years ago
parent
commit
d8f8abb49f
  1. 1
      src/app/home/commonComponents/chat-window/chat-window.component.ts

1
src/app/home/commonComponents/chat-window/chat-window.component.ts

@ -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);

Loading…
Cancel
Save