修复了相亲房切换坑位显示异常的问题

This commit is contained in:
fengshuo
2022-01-17 18:57:34 +08:00
parent 90cf8a2b26
commit 536684c029
13 changed files with 181 additions and 115 deletions

View File

@@ -270,7 +270,7 @@
}
} else if(content.eventType == NIMChatroomEventTypeInfoUpdated) {
if (roomInfo.isCloseScreen) {return;}
if (roomInfo.isOpenRoomDating) {
if (roomInfo.datingState == RoomDatingStateChangeType_Open) {
[self addRoomMessage:message];
}
}