Commit 8a39c6bd authored by pete谢兆麟's avatar pete谢兆麟

提示修改

parent f4088783
...@@ -17,7 +17,7 @@ class YHNoDataTipsView: UIView { ...@@ -17,7 +17,7 @@ class YHNoDataTipsView: UIView {
return imagV return imagV
}() }()
private lazy var tipsLab : UILabel = { lazy var tipsLab : UILabel = {
let lable = UILabel() let lable = UILabel()
lable.textColor = UIColor.labelTextColor2 lable.textColor = UIColor.labelTextColor2
lable.font = UIFont.PFSC_R(ofSize: 14) lable.font = UIFont.PFSC_R(ofSize: 14)
......
...@@ -14,6 +14,7 @@ class YHMyLikeViewController: YHBaseViewController { ...@@ -14,6 +14,7 @@ class YHMyLikeViewController: YHBaseViewController {
var id = 1 var id = 1
private let noDataView : YHNoDataTipsView = { private let noDataView : YHNoDataTipsView = {
let view = YHNoDataTipsView() let view = YHNoDataTipsView()
view.tipsLab.text = "暂无数据"
view.isHidden = true view.isHidden = true
return view return view
}() }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment