|
@@ -822,7 +822,7 @@
|
|
|
[self showDownloadTipFun];
|
|
|
[self checkFileTransferTask];
|
|
|
|
|
|
- if(!_curNASFileAudioMod){
|
|
|
+ if(!_curNASFileAudioMod || _curNASFileAudioMod.data.list.count == 0){
|
|
|
|
|
|
[self getFileListFun:NO];
|
|
|
[self queryShareSwitchFunFun];
|
|
@@ -942,7 +942,7 @@
|
|
|
}
|
|
|
|
|
|
[self.tableView reloadData];
|
|
|
- return;
|
|
|
+ //return;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -990,9 +990,12 @@
|
|
|
// [weakSelf.tableView.mj_footer endRefreshingWithNoMoreData];
|
|
|
// }
|
|
|
|
|
|
- [weakSelf handelNetDataAfterFilterDataBy:NASFileAudioMod];
|
|
|
-
|
|
|
+ if(NASFileAudioMod && NASFileAudioMod.status == 0){
|
|
|
+ [weakSelf handelNetDataAfterFilterDataBy:NASFileAudioMod];
|
|
|
+ }
|
|
|
+
|
|
|
if(weakSelf.curNASFileAudioMod && weakSelf.curNASFileAudioMod.status == 0){
|
|
|
+
|
|
|
[weakSelf.tableView reloadData];
|
|
|
|
|
|
NSMutableDictionary *IdDataDict = [[NSMutableDictionary alloc] initWithDictionary:responseObject];
|