修复bug
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
///发现新朋友
|
||||
-(void)getFriendListWithGroup:(dispatch_group_t)group{
|
||||
[Api requsetFriendListComplection:[self createHttpCompletion:^(BaseModel * _Nonnull data) {
|
||||
if([AccountInfoStorage instance].getUid.length == 0)return;
|
||||
NSArray * array = [HomePlayRoomModel modelsWithArray:data.data];
|
||||
[[self getView]getFriendListSuccess:array withGroup:group];
|
||||
} fail:^(NSInteger code, NSString * _Nullable msg) {
|
||||
|
Reference in New Issue
Block a user