修复bug

This commit is contained in:
liyuhua
2023-10-07 09:57:48 +08:00
parent 886ac6f950
commit 890c9dd4d4
5 changed files with 12 additions and 11 deletions

View File

@@ -153,7 +153,10 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
if(self.refreshComplete){
self.refreshComplete();
}
[self.tableView reloadData];
if(self.cell == nil){///
[self.tableView reloadData];
}
});