|
|
@@ -1092,8 +1092,10 @@ const int delta = 25;
|
|
|
return;
|
|
|
option = 2;
|
|
|
}
|
|
|
+ self.tableview.userInteractionEnabled = NO;
|
|
|
__weak typeof(self) weakSelf = self;
|
|
|
[self loadContentWithOption:option Complete:^(int result, int count) {
|
|
|
+ weakSelf.tableview.userInteractionEnabled = YES;
|
|
|
if ([refresh isEqual:weakSelf.tableview.jl_header]) {
|
|
|
[weakSelf.tableview.jl_header performSelector:@selector(endRefresh)];
|
|
|
}
|