浏览代码

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

huangxiaodong 1 年之前
父节点
当前提交
82781784d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      创维盒子/双子星云手机/Class/Guide/GuideViewController.m

+ 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];