Commit cd0778c1f8f0b82d2a8f84d7d83c2b0c293cb645

Authored by zhangxiaowen
1 parent 339ba038

no message

CNLiveCollectionModule/Classes/Controller/CNLiveCollectionController.m
... ... @@ -109,7 +109,8 @@ static const CGFloat timeValue = 1.5;
109 109 _isRefreshing = NO;
110 110 _pageNo = 1;
111 111 _pageSize = 10;
112   - [self loadData];
  112 +
  113 + [self.tableView.mj_header beginRefreshing];
113 114 [self createSubViews];
114 115 }
115 116  
... ...