Commit 361b7933 authored by Achilles's avatar Achilles

fix bugs

parent 32cc5ebe
vanke/Default-568h@2x.png

22.3 KB

vanke/Default.png

13.4 KB

vanke/Default@2x.png

21.8 KB

......@@ -113,8 +113,11 @@ ON_DID_DISAPPEAR( signal )
ON_NOTIFICATION3( VankeLoginBoard_iPhone, SUCC_LOGIN, notification )
{
[UIView beginAnimations:@"fadeIn" context:nil];
[UIView setAnimationDuration:0.5];
[self removeLoginWindow];
_router.view.alpha = 1.0f;
[UIView commitAnimations];
// 打开默认页面
[_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