fix
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
|
||||
PassWordResetVC *passVC= [[PassWordResetVC alloc] init];
|
||||
[self.navigationController pushViewController:passVC animated:YES];
|
||||
[self.navigationController.navigationBar setBackgroundImage];
|
||||
|
||||
}
|
||||
|
||||
@@ -147,7 +148,7 @@
|
||||
|
||||
GiGaRegistViewController *registVC = [[GiGaRegistViewController alloc] init];
|
||||
[self.navigationController pushViewController:registVC animated:YES];
|
||||
|
||||
|
||||
}
|
||||
|
||||
#pragma mark 手机号登录
|
||||
|
||||
Reference in New Issue
Block a user