Browse Source

no message

wangmeng 2 years ago
parent
commit
39172bb48c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Asteria/Fuction/Login/AS_LoginC.m

+ 1 - 1
Asteria/Fuction/Login/AS_LoginC.m

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