Commit 266404cb authored by n22's avatar n22

小问题

parent 5ef03192
...@@ -70,10 +70,10 @@ typedef enum : NSUInteger { ...@@ -70,10 +70,10 @@ typedef enum : NSUInteger {
- (void)createRefresh{ - (void)createRefresh{
self.tableView.header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{ self.tableView.header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{
if (_isLoadMore) { if (_isRefresh) {
return ; return ;
} }
_isLoadMore = YES; _isRefresh = YES;
_currentPage = 0; _currentPage = 0;
[self getData]; [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