//加入~spa
__weak typeof(self) weakSelf = self;3d
self.requestData = ^(BOOL isCache){orm
if (weakSelf.tableView.mj_header.isRefreshing) {table
[weakSelf messageRequestToData:weakSelf.currentStatus];request
}margin
if (weakSelf.tableView.mj_footer.isRefreshing) {top
if (weakSelf.allCount/weakSelf.pageSize>=weakSelf.pageIndex) {tab
weakSelf.pageIndex++;ant
}co
[weakSelf messageRequestToData:weakSelf.currentStatus];
}
};