This commit is contained in:
2025-11-11 16:46:05 +08:00
parent a1a38d821c
commit 105e2ddf9b
7 changed files with 12 additions and 52 deletions

View File

@@ -30,7 +30,6 @@
//
HomeMainVC *home = [[HomeMainVC alloc] init];
home.title = @"首页";
BaseNavigationController *navHome = [[BaseNavigationController alloc] initWithRootViewController:home];
navHome.tabBarItem = [self tabItemWithTitle:@"首页"
image:@"tab_home"
@@ -54,7 +53,6 @@
//
MyVC *my = [[MyVC alloc] init];
my.title = @"我的";
BaseNavigationController *navMy = [[BaseNavigationController alloc] initWithRootViewController:my];
navMy.tabBarItem = [self tabItemWithTitle:@"我的"
image:@"tab_my"