浏览代码

打开生成片尾代码

jsonwang 3 年之前
父节点
当前提交
08d4bd0049
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

+ 4 - 4
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -863,10 +863,10 @@ extension PQStuckPointPublicController {
                 //导出不带水印的正片
                 self?.beginExport(inputAsset: asset)
                 
-//                if(PQBFConfig.shared.enableWatermarkMovie){
-//                    //导出带水印的正片
-//                    self?.beginExportWatermarkMovie(inputAsset:asset)
-//                }
+                if(PQBFConfig.shared.enableWatermarkMovie){
+                    //导出带水印的正片
+                    self?.beginExportWatermarkMovie(inputAsset:asset)
+                }
             }else{
                 cShowHUB(superView: self?.view, msg: "合成失败请重试。")
             }