fix: 修正进房异常提示 UI,增加用户访问失败时的返回处理
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
@kStrongify(self);
|
||||
UserInfoModel * infoModel = [UserInfoModel modelWithDictionary:data.data];
|
||||
[[self getView] onGetDetailInfoSuccess:infoModel];
|
||||
}] uid:uid page:@"1" pageSize:@"20"];
|
||||
} fail:^(NSInteger code, NSString * _Nullable msg) {
|
||||
@kStrongify(self);
|
||||
[[self getView] onGetUserInfoFailure];
|
||||
} errorToast:YES] uid:uid page:@"1" pageSize:@"20"];
|
||||
}
|
||||
|
||||
/// 两个人的关注状态
|
||||
|
Reference in New Issue
Block a user