Skip to content

Commit bb7349e

Browse files
committed
bug fix
1 parent a6736f0 commit bb7349e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

iOSProject/iOSProject/Classes/百思不得姐/Controller/BSJTopicViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ - (void)loadMore:(BOOL)isMore
6161

6262

6363
if (error) {
64-
[weakself.view makeToast:error.localizedDescription];
64+
[weakself.view makeToast:error.localizedDescription duration:3 position:CSToastPositionCenter];
6565
return ;
6666
}
6767

iOSProject/iOSProject/Classes/百思不得姐/Service/BSJTopicService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ - (void)getTopicIsMore:(BOOL)isMore typeA:(NSString *)typeA topicType:(NSInteger
5858

5959
self.maxtime = self.topicViewModels.lastObject.topic.t;
6060

61-
completion(nil, INFINITY, self.topicViewModels.count);
61+
completion(nil, 999999999, self.topicViewModels.count);
6262

6363
} else {
6464

iOSProject/iOSProject/Classes/视频播放/Controller/VIDMoviePlayerViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ - (void)viewWillDisappear:(BOOL)animated
7070
// [self.playerView pause];
7171
self.playerView.playerPushedOrPresented = YES;
7272
}
73+
[UIApplication sharedApplication].statusBarHidden = NO;
7374
}
7475

7576

iOSProject/iOSProject/LMJAppDelegate.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4444
// 启动广告
4545
[AdvertiseHelper showAdvertiserView:imagesURLS];
4646

47+
// 检查版本更新
48+
NSLog(@"%zd", [LMJRequestManager sharedManager].reachabilityManager.networkReachabilityStatus);
49+
4750
// 刷新率
4851
[self.window addSubview:[[YYFPSLabel alloc] initWithFrame:CGRectMake(20, 70, 0, 0)]];
4952

0 commit comments

Comments
 (0)