|
@@ -190,8 +190,10 @@
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
- else if(didSuc == 2){
|
|
|
- [weakSelf gotoScanAginByThridMsgErrorFun];
|
|
|
+ else if(didSuc == 2
|
|
|
+ ||didSuc == 201
|
|
|
+ ||didSuc == 202){
|
|
|
+ [weakSelf gotoScanAginByThridMsgErrorFun:didSuc];
|
|
|
}
|
|
|
else{
|
|
|
[weakSelf enterMainVCFromSceneSecondStepFun];
|
|
@@ -982,11 +984,12 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
-- (void)gotoScanAginByThridMsgErrorFun
|
|
|
+- (void)gotoScanAginByThridMsgErrorFun:(NSInteger)errorCode
|
|
|
{
|
|
|
/*扫码界面*/
|
|
|
TipsQRCodeViewController *qrCodeVC = [[TipsQRCodeViewController alloc] init];
|
|
|
qrCodeVC.isNeedToShowAleatType = YES;
|
|
|
+ qrCodeVC.getSNMsgcode = errorCode;
|
|
|
BaseNavigationController *qrCodeVCNav = [[BaseNavigationController alloc] initWithRootViewController:qrCodeVC];
|
|
|
self.window.rootViewController = qrCodeVCNav;
|
|
|
}
|