Commit ccd30775 authored by Mazy's avatar Mazy

optimize webView

parent 8ce7fcf3
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
[self.navigationController setNavigationBarHidden:!_showNav animated:true]; [self.navigationController setNavigationBarHidden:!_showNav animated:true];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(WXLoginOauth:) name:WXLoginName object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(WXLoginOauth:) name:WXLoginName object:nil];
[_webView reload]; // [_webView reload];
[self resumeWebView];
} }
- (void)viewDidDisappear:(BOOL)animated{ - (void)viewDidDisappear:(BOOL)animated{
......
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