|
|
@@ -368,7 +368,12 @@
|
|
|
[uploadFileDataModel bg_deleteAsync:upLoadFile_image_tableName where:where2 complete:^(BOOL isSuccess) {
|
|
|
}];
|
|
|
|
|
|
- long curTotolSize = (downLoadingSizeBeforeClear - downLoadingSizeAfterClear) + (vide0AllSizeBeforeClear - vide0AllSizeAfterClear) + imageAllSize + clearTotal;
|
|
|
+ //清理音频播放缓存
|
|
|
+ NSString *audioPlayPath = [NSString stringWithFormat:@"%@/%@",DocumentPath,@"playAudioCache"];;
|
|
|
+ long audioPlayAllSize = [iTools folderSizeAtPath:audioPlayPath];
|
|
|
+ [[NSFileManager defaultManager] removeItemAtPath:audioPlayPath error:nil];
|
|
|
+
|
|
|
+ long curTotolSize = (downLoadingSizeBeforeClear - downLoadingSizeAfterClear) + (vide0AllSizeBeforeClear - vide0AllSizeAfterClear) + imageAllSize + clearTotal + audioPlayAllSize;
|
|
|
|
|
|
[self showClearAllTipBy:curTotolSize];
|
|
|
}
|