Browse Source

变量修改名

huzhiqiang 3 years ago
parent
commit
a3e3576090
1 changed files with 1 additions and 1 deletions
  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 == "授予权限" {