|
|
@@ -591,7 +591,7 @@
|
|
|
#pragma mark 处理上传中的 状态点击事件
|
|
|
- (void)handleDownloadingStateTapFunBy:(BOOL)isSuspendType with:(ShareFileDataModel*)model AtIndexPath:(NSIndexPath *)indexPath
|
|
|
{
|
|
|
- boxDownloadFileRecordCell * cell = [self cellForRowAtIndexPath:indexPath];
|
|
|
+ //boxDownloadFileRecordCell * cell = [self cellForRowAtIndexPath:indexPath];
|
|
|
|
|
|
HLog(@"%d",isSuspendType);
|
|
|
|
|
|
@@ -621,7 +621,7 @@
|
|
|
|
|
|
[[boxDownloadFileManager shareInstance] updataBoxSaveDataInFailBy:model];
|
|
|
|
|
|
- boxDownloadFileRecordCell * cell = [self cellForRowAtIndexPath:indexPath];
|
|
|
+ //boxDownloadFileRecordCell * cell = [self cellForRowAtIndexPath:indexPath];
|
|
|
[[boxDownloadFileManager shareInstance] reDownloadFileFunBy:@[model] withAll:NO];
|
|
|
|
|
|
}
|