Explorar o código

1.新手引导弹框点击立即观看 无响应修复

huangxiaodong hai 1 semana
pai
achega
b95b19c2ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      创维盒子/code/AppDelegate/SceneDelegate.m

+ 2 - 2
创维盒子/code/AppDelegate/SceneDelegate.m

@@ -2025,8 +2025,8 @@
         NSInteger selectedIndex = ksharedAppDelegate.mainTabBar.selectedIndex;
         
         if(selectedIndex < curVCArr.count){
-            UIViewController * curVC = curVCArr[selectedIndex];
-            [curVC.navigationController pushViewController:curVC animated:YES];
+            UINavigationController * curNav = curVCArr[selectedIndex];
+            [curNav pushViewController:vc animated:YES];
             
             KWeakSelf
             vc.didClickBackFun = ^{