[self.tabBarController setSelectedIndex:1];
[self.navigationController popToRootViewControllerAnimated:YES];
改为
[self.tabBarController setSelectedIndex:1];
[self.navigationControllerpopToRootViewControllerAnimated:NO];
[self.tabBarController setSelectedIndex:1];
[self.navigationController popToRootViewControllerAnimated:YES];
改为
[self.tabBarController setSelectedIndex:1];
[self.navigationControllerpopToRootViewControllerAnimated:NO];