修复bug

This commit is contained in:
liyuhua
2024-06-03 11:45:47 +08:00
parent 79fcdb859a
commit 21eac2aceb

View File

@@ -182,7 +182,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
} }
-(void)switchLanguage:(NSNotification *)not{ -(void)switchLanguage:(NSNotification *)not{
[self initTabs:YES]; [self initTabs:YES];
self.selectedIndex = 3; self.selectedIndex = 4;
} }
- (void)viewWillAppear:(BOOL)animated { - (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated]; [super viewWillAppear:animated];