浏览代码

网络超时时 重试 button

jsonwang 3 年之前
父节点
当前提交
156175eb0f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      MusicVideoPlus/Classes/Modules/Home/Controllers/MVHomeController.swift

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

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