修复bug
This commit is contained in:
@@ -159,11 +159,11 @@
|
||||
|
||||
- (void)xPMineDataClanTableViewCell:(XPMineDataClanTableViewCell *)view didClickEnter:(ClanDetailInfoModel *)clanInfo {
|
||||
[self.presenter getUserInfo:[AccountInfoStorage instance].getUid success:^(UserInfoModel * _Nonnull info) {
|
||||
if (info.isCertified) {
|
||||
// if (info.isCertified) {
|
||||
[self.presenter memberApplyHall:clanInfo.hall.hallId];
|
||||
} else {
|
||||
[self showRealNameAuthenticationTipsAlertView];
|
||||
}
|
||||
// } else {
|
||||
// [self showRealNameAuthenticationTipsAlertView];
|
||||
// }
|
||||
}];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user