This commit is contained in:
Gdpao 2020-09-16 11:33:14 +08:00
parent 341d733a16
commit 905ae3b9da

View File

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