| | |
| | | [alert show]; |
| | | } |
| | | self.qrView.hidden = YES; |
| | | |
| | | self.prevController = (UIViewController *)[self.navigationController.viewControllers objectAtIndex: ([self.navigationController.viewControllers count] -2)]; |
| | | HDLEZLog(@"导航栏子view:%@",self.prevController ); |
| | | |
| | | |
| | | } |
| | | |
| | | - (void)viewWillAppear:(BOOL)animated |
| | | { |
| | | [super viewWillAppear:animated]; |
| | | if(self.shouldPop){//退出界面 |
| | | [self.navigationController popViewControllerAnimated:YES]; |
| | | } |
| | | // if(self.shouldPop){//退出界面 |
| | | // [self.navigationController popViewControllerAnimated:YES]; |
| | | // } |
| | | |
| | | [[GlobalKit shareKit] clearDeviceInfo]; |
| | | if (authStatus == AVAuthorizationStatusDenied || |