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

提示修改

parent f4088783
......@@ -17,7 +17,7 @@ class YHNoDataTipsView: UIView {
return imagV
}()
private lazy var tipsLab : UILabel = {
lazy var tipsLab : UILabel = {
let lable = UILabel()
lable.textColor = UIColor.labelTextColor2
lable.font = UIFont.PFSC_R(ofSize: 14)
......
......@@ -14,6 +14,7 @@ class YHMyLikeViewController: YHBaseViewController {
var id = 1
private let noDataView : YHNoDataTipsView = {
let view = YHNoDataTipsView()
view.tipsLab.text = "暂无数据"
view.isHidden = true
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