wenweiwei 3 年之前
父节点
当前提交
2b64d50ab1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Introduce/Record/INPhotoVideosController.swift

+ 1 - 1
Introduce/Record/INPhotoVideosController.swift

@@ -108,7 +108,7 @@ class INPhotoVideosController: BFBaseViewController {
         vc.showGIF = false
         vc.showGIF = false
         vc.view.backgroundColor = .black
         vc.view.backgroundColor = .black
         vc.updateFrame(newFrame: CGRect(x: 0, y: navHeadImageView?.bottomY ?? 0, width: cScreenWidth, height: cScreenHeigth - cDevice_iPhoneTabBarHei - (navHeadImageView?.bottomY ?? 0)))
         vc.updateFrame(newFrame: CGRect(x: 0, y: navHeadImageView?.bottomY ?? 0, width: cScreenWidth, height: cScreenHeigth - cDevice_iPhoneTabBarHei - (navHeadImageView?.bottomY ?? 0)))
-        vc.selectedMaterialHandle = { [weak self] _, selectedPhotoData, _, _ in
+        vc.selectedMaterialHandle = { [weak self] materialData, selectedPhotoData, _, _ in
             self?.chosedAsset = selectedPhotoData
             self?.chosedAsset = selectedPhotoData
         }
         }
         vc.detailMaterialHandle = { [weak self] _, currentMaterialData in
         vc.detailMaterialHandle = { [weak self] _, currentMaterialData in