|
|
@@ -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{
|
|
|
|