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