修复bug

This commit is contained in:
liyuhua
2023-07-21 14:07:04 +08:00
parent e59ece7222
commit bea4ee9c6c
42 changed files with 821 additions and 581 deletions

View File

@@ -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];
// }
}];
}