Ver código fonte

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

jsonwang 3 anos atrás
pai
commit
5cbbc54b5d

+ 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 == "授予权限" {