Merge pull request 'gdpas' (#102) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/102
This commit is contained in:
gyh 2020-09-16 17:08:29 +08:00
commit 2f62fde4f6

View File

@ -386,12 +386,12 @@
this.stop()
this.startPreview()
this.start()
var message = {
senderNickname : this.room.currentUser.nickname ,
type : 1,
content : '重连'
}
this.chatRoomService.sendMessages(this.room.id, message);
// var message = {
// senderNickname : this.room.currentUser.nickname ,
// type : 1,
// content : '重连'
// }
// this.chatRoomService.sendMessages(this.room.id, message);
},
onHide: function() {
console.log('App Hide');