@@ -59,7 +59,7 @@
}
-(void)handle_closeEvent:(UIButton *)btn{
- [self.navigationController dismissViewControllerAnimated:YES completion:nil];
+ [self dismissViewControllerAnimated:YES completion:nil];
-(void)handle_xxx_logInBtnEvent:(UIButton *)btn{//进行登录操作
///登录的跳转