@@ -361,6 +361,10 @@
[completArr addObject:model];
retryCount = 0;
+ // 删除文件
+ if ([[NSFileManager defaultManager] fileExistsAtPath:photoPath]) {
+ [[NSFileManager defaultManager] removeItemAtPath:photoPath error:nil];
+ }
}
} // serial
} // for