瀏覽代碼

1.输入密码跳转时间减少

huangxiaodong 1 年之前
父節點
當前提交
be7b3dec60
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      创维盒子/双子星云手机/Class/Guide/inputPWDViewController.m

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

@@ -433,9 +433,9 @@
         [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
     }
    
-    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+//    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
         [[NSNotificationCenter defaultCenter] postNotificationName:ShowImgAndVoiceNotification object:nil];
-    });
+    //});
     
     //view 加载在windows上
     [self.view removeFromSuperview];