|
@@ -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{
|