删除审核

This commit is contained in:
liyuhua
2023-08-16 22:59:40 +08:00
parent 6f7a3d770b
commit 416c0fc38d
2 changed files with 3 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
if (@available(iOS 13.0, *)) {
[self.stackView addArrangedSubview:self.appleButton];
}
self.appleButton.hidden = YES;
[self.stackView addArrangedSubview:self.googleButtonView];
[self.stackView addArrangedSubview:self.fbButtonView];
[self.stackView addArrangedSubview:self.lineButtonView];

View File

@@ -708,15 +708,11 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
if (logined) {
msg = [[XPSessionMainViewController alloc] init];
if ([ClientConfig shareConfig].canOpen) {
home = [[XPNewHomeViewController alloc] init];
monents = [[XPMonentsViewController alloc] init];
me = [[XPMineViewController alloc] init];
}else{
home = [[XPHomeSloganViewController alloc] init];
monents = [[XPMomentListViewController alloc] init];
me = [[XPSimpleMineViewController alloc] init];
}
} else {
game = [[XPBlankViewController alloc]init];
msg = [[XPSessionMainViewController alloc]init];