浏览代码

1.下载图片heic格式保存路径到文件问题

huangxiaodong 10 月之前
父节点
当前提交
ea1497a4e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      创维盒子/双子星云手机/cloudPhone/websocket/webSocketManager+downloadFile.m

+ 1 - 1
创维盒子/双子星云手机/cloudPhone/websocket/webSocketManager+downloadFile.m

@@ -138,7 +138,7 @@
     NSString *fileName = [self.curDownloadFileModel getFileNameFun];
     NSString*pathStr = [cachesFileManager getFilePathWithName:fileName type:DownLoadFileType];
     
-    if([self.curDownloadFileModel.fileType isEqualToString:@".jpg"]){
+    if([self.curDownloadFileModel.fileType containsString:@"jpg"]){
        
         if([iTools canSaveFileToAlbumByPhoto:YES withName:fileName]){
             UIImage *image = [UIImage imageWithContentsOfFile:pathStr];