修复了糖果树开启对外展示的消息用户等级不够需要退出房间之后才能刷新的问题

This commit is contained in:
fengshuo
2022-06-16 16:12:57 +08:00
parent 4b9dd8bba7
commit c17342d823
5 changed files with 38 additions and 4 deletions

View File

@@ -238,7 +238,6 @@
} else {
[self dealRoomInfoChangeActivity];
[self configCandyTree];
userInfo.isFirstCharge = YES;
self.firstRechargeImageView.hidden = !userInfo.isFirstCharge;
if (roomInfo.roomModeType == RoomModeType_Open_Blind || roomInfo.roomModeType == RoomModeType_Open_PK_Mode) {
if (roomInfo.roomModeType == RoomModeType_Open_PK_Mode) {