国际化

This commit is contained in:
liyuhua
2024-04-08 18:55:15 +08:00
parent 353a60f525
commit 0a31f45ff2
487 changed files with 10415 additions and 722 deletions

View File

@@ -170,7 +170,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showNewUserRecharge) name:kNewUserRechargeKey object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showAnchorCardKey:) name:kTabShowAnchorCardKey object:nil];
[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(switchLanguage:) name:@"kSwitchLanguage" object:nil];
@@ -178,7 +178,10 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
}
-(void)switchLanguage:(NSNotification *)not{
[self initTabs:YES];
self.selectedIndex = 3;
}
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
[self.navigationController setNavigationBarHidden:YES animated:YES];