Преглед изворни кода

1.第一次连接没有显示画面问题

huangxiaodong пре 1 година
родитељ
комит
1a3662f50a
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      创维盒子/双子星云手机/Class/Guide/inputPWDViewController.m

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

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