Explorar el Código

1.切换设备串机问题--未重连---还要继续验证多次

huangxiaodong hace 1 año
padre
commit
b73345d5cf

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

@@ -339,7 +339,7 @@ bool isDownType22 = YES;
 
         
         [self showNewIndicatorHaveStrWithCanBack:NO canTouch:NO showText:NSLocalizedString(@"guide_qrcoede_tips_ok",nil)];
-        [[connectDeviceManager shareInstance] getThridMsgBySN:resStr needReconnect:NO didNetEnd:^(NSInteger didSuc) {
+        [[connectDeviceManager shareInstance] getThridMsgBySN:resStr needReconnect:YES didNetEnd:^(NSInteger didSuc) {
             
             [self removeNewIndicatorHaveStr];