Browse Source

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

huangxiaodong 10 months ago
parent
commit
ea1497a4e6

+ 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];