|
@@ -1143,10 +1143,11 @@
|
|
|
- (void)scanChangeDeviceFun:(NSNotification*)not
|
|
|
{
|
|
|
|
|
|
- //TipsQRCodeForChangeDeviceViewController *nextVC = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
- QRCodeScanForChangeDeviceViewController *nextVC = [[QRCodeScanForChangeDeviceViewController alloc] init];
|
|
|
+ TipsQRCodeForChangeDeviceViewController *nextVC = [[TipsQRCodeForChangeDeviceViewController alloc] init];
|
|
|
+ //QRCodeScanForChangeDeviceViewController *nextVC = [[QRCodeScanForChangeDeviceViewController alloc] init];
|
|
|
nextVC.isRootVCType = YES;
|
|
|
BaseNavigationController *nextNav = [[BaseNavigationController alloc] initWithRootViewController:nextVC];
|
|
|
+ [nextVC qrcodeBtnPressed];
|
|
|
self.window.rootViewController = nextNav;
|
|
|
|
|
|
}
|