Explorar el Código

1.首次进入nas模块新手弹窗,不点击杀掉进程后再次进入新手弹窗应展示

huangxiaodong hace 11 meses
padre
commit
3acbd9accd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      创维盒子/双子星云手机/NAS/NASViewController.m

+ 2 - 1
创维盒子/双子星云手机/NAS/NASViewController.m

@@ -954,7 +954,6 @@
         make.bottom.mas_equalTo(0);
     }];
     
-    [HWDataManager setBoolWithKey:@"Const_did_show_newer_Guide" value:YES];
     
     KWeakSelf
     guideView.didClickButtonFun = ^(NSInteger tag) {
@@ -966,6 +965,8 @@
 #pragma mark 新手引导点击事件
 - (void)didiClickNewerButtonFunBy:(NSInteger)tag
 {
+    [HWDataManager setBoolWithKey:@"Const_did_show_newer_Guide" value:YES];
+    
     if(tag ==1){
         [self getLastNoticeFun];
     }