Browse Source

网络超时时 重试 button

jsonwang 3 năm trước cách đây
mục cha
commit
156175eb0f

+ 2 - 0
MusicVideoPlus/Classes/Modules/Home/Controllers/MVHomeController.swift

@@ -166,7 +166,9 @@ class MVHomeController: MVBaseController {
         emptyRemindView.imageView.image = nil
         emptyRemindView.remindSubLab.text = "请检查网络后重试"
         emptyRemindView.remindSubLab.isHidden = false
+        emptyRemindView.refreshBtn.isHidden = false
         emptyRemindView.refreshBtn.backgroundColor =   UIColor.hexColor(hexadecimal: PQBFConfig.shared.styleColor.rawValue)
+        emptyRemindView.refreshBtn.setTitle("重试", for: .normal)
         if(isHidden){
             emptyRemindView.removeFromSuperview()
         }else{