Browse Source

只有图片时进入逻辑

jsonwang 3 năm trước cách đây
mục cha
commit
f8778e6254

+ 9 - 0
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift

@@ -774,10 +774,19 @@ extension PQStuckPointEditerController {
                             
                         }
                     }
+             
   
                 }
             }
             
+            //只有图片
+            if(!isHaveVideo){
+                self.isExportVideosSuccess = true
+                BFLog(message: "所有相册视频导出成功")
+              
+                self.dealWithDataSuccess()
+            }
+            
         }
  
     }