fix
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#import "GiSysSettingsVC.h"
|
||||
#import "GiGaSettingsViewCell.h"
|
||||
#import "JXTAlertController.h"
|
||||
#import "GiGaUserDefault.h"
|
||||
|
||||
@interface GiSysSettingsVC ()
|
||||
|
||||
@@ -108,6 +109,7 @@
|
||||
case 1:
|
||||
{
|
||||
GILog(@"退出登录");
|
||||
[self userlogOut];
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -115,8 +117,13 @@
|
||||
GILog(@"取消");
|
||||
break;
|
||||
}
|
||||
|
||||
}];
|
||||
}
|
||||
|
||||
-(void)userlogOut{
|
||||
[GiGaUserDefault userLogOut];
|
||||
[self.navigationController popToRootViewControllerAnimated:YES];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user