修改了房间上锁进房逻辑的补全

This commit is contained in:
fengshuo
2022-02-22 11:13:17 +08:00
parent 7fc3568fa3
commit 9c5ba10eda
6 changed files with 64 additions and 6 deletions

View File

@@ -212,6 +212,10 @@
}
}
- (void)onRoomEntered {
[self onRoomUpdate];
}
- (void)onRoomUpdate {
RoomInfoModel * roomInfo = self.delegate.getRoomInfo;
UserInfoModel * userInfo = self.delegate.getUserInfo;