修复bug
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user