|
@@ -863,7 +863,7 @@
|
|
|
-(void)gotoDownloadFile:(NSMutableArray*)selectedItems
|
|
|
{
|
|
|
KWeakSelf
|
|
|
- [weakSelf showUploadOrDownReadTipFun:YES];
|
|
|
+ [weakSelf showUploadOrDownReadTipFun:NO];
|
|
|
[[downloadManager shareInstance] handleCouldPhoneFileModelToDownloadFileDataFunBy:selectedItems complete:^(NSMutableArray * _Nonnull Arr) {
|
|
|
|
|
|
weakSelf.didGetDownloadDataType = YES;
|
|
@@ -1018,7 +1018,11 @@
|
|
|
BOOL didReadUploadTipType = [HWDataManager getBoolWithKey:Const_file_upLoad_need_read];
|
|
|
BOOL didReadDownloadTipType = [HWDataManager getBoolWithKey:Const_file_downLoad_need_read];
|
|
|
|
|
|
- if(didReadUploadTipType && didReadDownloadTipType){//阅读过
|
|
|
+ if(isUploadType && didReadUploadTipType){
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
+ if(!isUploadType && didReadDownloadTipType){//阅读过
|
|
|
return;
|
|
|
}
|
|
|
|