Przeglądaj źródła

1.尝试修复偶现启动页卡住问题

huangxiaodong 1 rok temu
rodzic
commit
82781784d9

+ 1 - 1
创维盒子/双子星云手机/Class/Guide/GuideViewController.m

@@ -58,7 +58,7 @@
 
     CGFloat x = bgScrView.contentOffset.x;
     NSInteger index = (x+1)/self.view.width;
-    if (index == 4){
+    if (index >= 4){
         /*记录已经用户引导*/
         [HWDataManager setBoolWithKey:Const_Have_Show_Guide value:YES];