Commit 266404cb authored by n22's avatar n22

小问题

parent 5ef03192
......@@ -70,10 +70,10 @@ typedef enum : NSUInteger {
- (void)createRefresh{
self.tableView.header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
if (_isLoadMore) {
if (_isRefresh) {
return ;
}
_isLoadMore = YES;
_isRefresh = YES;
_currentPage = 0;
[self getData];
}];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment