This commit is contained in:
启星
2025-10-20 20:05:55 +08:00
parent fdeed970d4
commit 0e20842c69
714 changed files with 5210 additions and 78 deletions

View File

@@ -225,6 +225,11 @@
[self presentViewController:na animated:YES completion:nil];
return;
}
if (to == 0) {
self.customTabBar.backgroundColor = RGB16(0x221E2B);
}else{
self.customTabBar.backgroundColor = RGB16(0xffffff);
}
self.selectedIndex = to;
}