|
@@ -568,6 +568,7 @@
|
|
|
MJWeakSelf;
|
|
|
self.scrollView.mj_header = [KSGifRefreshHeader headerWithRefreshingBlock:^{
|
|
|
[weakSelf requestHomeMessage];
|
|
|
+ [weakSelf checkRefreshStasticWebView];
|
|
|
}];
|
|
|
|
|
|
// 背景
|
|
@@ -662,6 +663,13 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+- (void)checkRefreshStasticWebView {
|
|
|
+ if (self.statisticsView.isHidden) {
|
|
|
+ [self.statisticsView reloadWebView];
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
- (void)requestHomeMessage {
|
|
|
[LOADING_MANAGER showCustomLoading:@"加载中..."];
|
|
|
[self requestUserInfo];
|