|
|
@@ -9,6 +9,7 @@
|
|
|
#import <Masonry.h>
|
|
|
#import "MySetViewController.h"
|
|
|
#import "connectDeviceManager.h"
|
|
|
+#import "mineViewController.h"
|
|
|
|
|
|
@interface ModifyPWDSecondViewController (){
|
|
|
NSString *pwd;
|
|
|
@@ -298,7 +299,8 @@
|
|
|
|
|
|
- (void)goSetHome{
|
|
|
for (UIViewController *vc in [self.navigationController viewControllers]) {
|
|
|
- if ([vc isKindOfClass:[MySetViewController class]]){
|
|
|
+ if ([vc isKindOfClass:[MySetViewController class]]
|
|
|
+ ||[vc isKindOfClass:[mineViewController class]]){
|
|
|
[self.navigationController popToViewController:vc animated:YES];
|
|
|
break;
|
|
|
}
|