|
|
@@ -616,7 +616,9 @@
|
|
|
if(model && model.status == 0){
|
|
|
[self handelNetDataAfterFilterDataBy:model];
|
|
|
|
|
|
- if (model.data.list.count < pageSizeNum) {
|
|
|
+ //if (_curSearchLisyMod.data.list.count < pageSizeNum)
|
|
|
+ if (weakSelf.curSearchLisyMod.data.list.count >= weakSelf.curSearchLisyMod.data.total)
|
|
|
+ {
|
|
|
[weakSelf.tableView.mj_footer endRefreshingWithNoMoreData];
|
|
|
}
|
|
|
else{
|