|
@@ -11,11 +11,11 @@
|
|
|
#pragma mark 下载完成
|
|
|
- (void)NasDownloadTaskFinishedNoti:(customDownloadOperation *)nasDownloadOperation
|
|
|
{
|
|
|
- if((self.nasFullPath && self.nasFullPath.length >0)
|
|
|
- || self.isShowingFileDocumentPickerType){
|
|
|
- HLog(@"上一个任务保存到问题---没保存完");
|
|
|
- return;
|
|
|
- }
|
|
|
+// if((self.nasFullPath && self.nasFullPath.length >0)
|
|
|
+// || self.isShowingFileDocumentPickerType){
|
|
|
+// HLog(@"上一个任务保存到问题---没保存完");
|
|
|
+// return;
|
|
|
+// }
|
|
|
|
|
|
curDownloadmodel = nasDownloadOperation;
|
|
|
KWeakSelf
|
|
@@ -74,6 +74,13 @@
|
|
|
|
|
|
}
|
|
|
else{//保存到文件
|
|
|
+
|
|
|
+ if((self.nasFullPath && self.nasFullPath.length >0)
|
|
|
+ || self.isShowingFileDocumentPickerType){
|
|
|
+ HLog(@"上一个任务保存到问题---没保存完");
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
[self loadOtherDataFinishedBy:pathStr];
|
|
|
}
|
|
|
}
|