|
@@ -101,14 +101,18 @@
|
|
|
}
|
|
|
|
|
|
/*设置密码*/
|
|
|
- inputPWDViewController *nextVC = [[inputPWDViewController alloc] init];
|
|
|
- nextVC.isQRCodeType = YES;
|
|
|
- [self.navigationController pushViewController:nextVC animated:YES];
|
|
|
+// inputPWDViewController *nextVC = [[inputPWDViewController alloc] init];
|
|
|
+// nextVC.isQRCodeType = YES;
|
|
|
+// [self.navigationController pushViewController:nextVC animated:YES];
|
|
|
+
|
|
|
+ [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
|
}
|
|
|
else{
|
|
|
/*设置密码*/
|
|
|
- SetPWDFirstViewController *nextVC = [[SetPWDFirstViewController alloc] init];
|
|
|
- [self.navigationController pushViewController:nextVC animated:YES];
|
|
|
+// SetPWDFirstViewController *nextVC = [[SetPWDFirstViewController alloc] init];
|
|
|
+// [self.navigationController pushViewController:nextVC animated:YES];
|
|
|
+
|
|
|
+ [[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
|
}
|
|
|
|
|
|
|