Commit 85bd355457baa3d909434167849b7c151ca96e6b
1 parent
6d8353db
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveScioLive/Pages/Live/Controller/CNLiveViewController.m
| @@ -57,7 +57,7 @@ static NSString *indicatorTableViewCell = @"CNLiveIndicatorTableViewCell"; | @@ -57,7 +57,7 @@ static NSString *indicatorTableViewCell = @"CNLiveIndicatorTableViewCell"; | ||
| 57 | self.liveModel = [CNLiveModel mj_objectWithKeyValues:dic]; | 57 | self.liveModel = [CNLiveModel mj_objectWithKeyValues:dic]; |
| 58 | self.header.model = [CNLiveModel mj_objectWithKeyValues:dic]; | 58 | self.header.model = [CNLiveModel mj_objectWithKeyValues:dic]; |
| 59 | [self.tableView reloadData]; | 59 | [self.tableView reloadData]; |
| 60 | - self->_isLoaded = YES; | 60 | +// self->_isLoaded = YES; |
| 61 | 61 | ||
| 62 | } failure:^(NSError *error) { | 62 | } failure:^(NSError *error) { |
| 63 | [AlertViewTool showHUDAddedToView:self.view text:CustomStr(@"ServerBusy")]; | 63 | [AlertViewTool showHUDAddedToView:self.view text:CustomStr(@"ServerBusy")]; |