소스 검색

Merge branch 'master' of https://git.yishihui.com/iOS/BFFramework
合并代码

jsonwang 3 년 전
부모
커밋
5cbbc54b5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BFFramework/Classes/Base/Controller/PQPhotoAlbumController.swift

+ 1 - 1
BFFramework/Classes/Base/Controller/PQPhotoAlbumController.swift

@@ -44,7 +44,7 @@ open class PQPhotoAlbumController: PQBaseViewController {
     lazy  public var emptyRemindView: PQEmptyRemindView = {
         let remindView = PQEmptyRemindView(frame: albaumCollectionView.bounds)
         remindView.isHidden = true
-        albaumCollectionView.addSubview(emptyRemindView)
+        albaumCollectionView.addSubview(remindView)
         remindView.backgroundColor = PQBFConfig.shared.styleBackGroundColor
         remindView.fullRefreshBloc = { [weak self] _, _ in
             if self?.emptyRemindView.refreshBtn.currentTitle == "授予权限" {