修复bug

This commit is contained in:
liyuhua
2023-08-03 14:25:36 +08:00
parent aaba02f65c
commit 706fbc754e

View File

@@ -149,6 +149,7 @@
} }
- (void)getHomePersonalRoomListSuccess:(NSArray *)list{ - (void)getHomePersonalRoomListSuccess:(NSArray *)list{
self.personList = [[NSMutableArray alloc]initWithArray:list]; self.personList = [[NSMutableArray alloc]initWithArray:list];
[self.collectionView reloadData];
} }
- (void)getHomeRecommendRoomListFail:(NSString *)message state:(BOOL)state { - (void)getHomeRecommendRoomListFail:(NSString *)message state:(BOOL)state {
if (state == 0) { if (state == 0) {