| | |
| | | { |
| | | [super viewDidLoad]; |
| | | |
| | | [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) |
| | | forBarMetrics:UIBarMetricsDefault]; |
| | | // [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) |
| | | // forBarMetrics:UIBarMetricsDefault]; |
| | | |
| | | // Uncomment the following line to preserve selection between presentations. |
| | | // self.clearsSelectionOnViewWillAppear = NO; |
| | |
| | | // self.title. |
| | | |
| | | self.logoutBtn.title = NSLocalizedString(@"Logout", @"注销"); |
| | | self.logoutBtn.title = @""; |
| | | [self.logoutBtn setEnabled: NO]; |
| | | |
| | | [self checkEZIsLogin]; |
| | | } |
| | |
| | | { |
| | | [super viewWillAppear:animated]; |
| | | |
| | | // self.navigationController.navigationBarHidden = NO;//2021-02-01 |
| | | self.navigationController.navigationBar.hidden = NO;//2021-02-01 |
| | | |
| | | if (_needRefresh) |
| | | { |