Commit 361b7933 authored by Achilles's avatar Achilles

fix bugs

parent 32cc5ebe
...@@ -113,8 +113,11 @@ ON_DID_DISAPPEAR( signal ) ...@@ -113,8 +113,11 @@ ON_DID_DISAPPEAR( signal )
ON_NOTIFICATION3( VankeLoginBoard_iPhone, SUCC_LOGIN, notification ) ON_NOTIFICATION3( VankeLoginBoard_iPhone, SUCC_LOGIN, notification )
{ {
[UIView beginAnimations:@"fadeIn" context:nil];
[UIView setAnimationDuration:0.5];
[self removeLoginWindow]; [self removeLoginWindow];
_router.view.alpha = 1.0f; _router.view.alpha = 1.0f;
[UIView commitAnimations];
// 打开默认页面 // 打开默认页面
[_router open:@"home" animated:NO]; [_router open:@"home" animated:NO];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment