gdpao
This commit is contained in:
@@ -386,6 +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);
|
||||
},
|
||||
onHide: function() {
|
||||
console.log('App Hide');
|
||||
@@ -489,6 +495,7 @@
|
||||
that.chatRoomService.warrings = that.jinggao
|
||||
//获取当前聊天室数据
|
||||
that.room = that.chatRoomService.room;
|
||||
console.log(that.room)
|
||||
that.chatRoomService.initialWhenOnlineUserChange(that.renqu)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user