删除审核

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

View File

@@ -104,6 +104,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

@@ -657,15 +657,11 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
if (logined) {
msg = [[SessionListViewController 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 = [[SessionListViewController alloc]init];