Parcourir la source

1.切换设备流程不通暂改

huangxiaodong il y a 1 an
Parent
commit
bb713a0fe4

+ 14 - 4
创维盒子/双子星云手机/Class/Set/ChangeDevice/QRCodeScanForChangeDeviceViewController.m

@@ -351,6 +351,7 @@ bool isDownType22 = YES;
                 return;
             }
             
+            
             if(didSuc == 1){
                 
                 //数据埋点
@@ -367,10 +368,19 @@ bool isDownType22 = YES;
                 }
                 
                 //尝试修复偶现扫码切换云机 已经扫码到 要输新SN密码 但是云机显示是旧SN的 延时一秒跳转
-                dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
-                    [self.navigationController popToRootViewControllerAnimated:NO];
-                    [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
-                });
+                HLog(@"hxdhxdhxdh 111")
+                
+                HLog(@"hxdhxdhxdh 222")
+                //[self.navigationController popToRootViewControllerAnimated:NO];
+                [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
+                
+//                dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+//                    HLog(@"hxdhxdhxdh 222")
+//                    //[self.navigationController popToRootViewControllerAnimated:NO];
+//                    [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
+//                });
+                
+                
                 
             }else{