From 21eac2aceb20695fae6c53931c520bb3f461acce Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Mon, 3 Jun 2024 11:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YuMi/Modules/YMTabbar/View/TabbarViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YuMi/Modules/YMTabbar/View/TabbarViewController.m b/YuMi/Modules/YMTabbar/View/TabbarViewController.m index c9a62bf4..be69228f 100644 --- a/YuMi/Modules/YMTabbar/View/TabbarViewController.m +++ b/YuMi/Modules/YMTabbar/View/TabbarViewController.m @@ -182,7 +182,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey; } -(void)switchLanguage:(NSNotification *)not{ [self initTabs:YES]; - self.selectedIndex = 3; + self.selectedIndex = 4; } - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated];