Commit 85bd355457baa3d909434167849b7c151ca96e6b

Authored by zhangxiaowen
1 parent 6d8353db

no message

CNLiveScioLive/Pages/Live/Controller/CNLiveViewController.m
... ... @@ -57,7 +57,7 @@ static NSString *indicatorTableViewCell = @"CNLiveIndicatorTableViewCell";
57 57 self.liveModel = [CNLiveModel mj_objectWithKeyValues:dic];
58 58 self.header.model = [CNLiveModel mj_objectWithKeyValues:dic];
59 59 [self.tableView reloadData];
60   - self->_isLoaded = YES;
  60 +// self->_isLoaded = YES;
61 61  
62 62 } failure:^(NSError *error) {
63 63 [AlertViewTool showHUDAddedToView:self.view text:CustomStr(@"ServerBusy")];
... ...