修复bug
This commit is contained in:
@@ -153,7 +153,10 @@ UIKIT_EXTERN NSString * const kShieldingNotification;
|
||||
if(self.refreshComplete){
|
||||
self.refreshComplete();
|
||||
}
|
||||
[self.tableView reloadData];
|
||||
if(self.cell == nil){///播放音频时不能刷新数据
|
||||
[self.tableView reloadData];
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user