浏览代码

1.路径显示问题

huangxiaodong 1 年之前
父节点
当前提交
5ed0d03244

+ 3 - 0
创维盒子/双子星云手机/Class/Set/uploadFile/uploadFileView/uploadFileRecordCell.m

@@ -414,6 +414,9 @@
             savePath = Const_default_upload_path;
         }
         
+        savePath = [iTools changePathToShowPathBy:savePath];
+        
+        
         _fileProgresslabel.text = [[NSString alloc] initWithFormat:@"%@  %@:%@",totalSizeStr,NSLocalizedString(@"File_upload_to_tip",nil),savePath];
     }
     else if(curUploadFileDataModel.curUploadStateType == uploadStateFail){