wenweiwei 3 роки тому
батько
коміт
17498ae50c

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

@@ -203,7 +203,7 @@ class PQStuckPointPublicController: PQBaseViewController {
 
     lazy var remindLab: UILabel = {
         let remindLab = UILabel()
-//        remindLab.isHidden = true
+        remindLab.isHidden = true
         remindLab.font = UIFont.systemFont(ofSize: 14)
         remindLab.textColor = PQBFConfig.shared.styleTitleColor
         remindLab.textAlignment = .center