Commit 90c41058 authored by pete谢兆麟's avatar pete谢兆麟

默认提示颜色修改

parent 2625b6b5
...@@ -22,7 +22,7 @@ class YHServiceNoOrderView: UIView { ...@@ -22,7 +22,7 @@ class YHServiceNoOrderView: UIView {
private lazy var tipsLab : UILabel = { private lazy var tipsLab : UILabel = {
let lable = UILabel() let lable = UILabel()
lable.textColor = UIColor.labelTextColor2 lable.textColor = UIColor.mainTextColor
lable.font = UIFont.PFSC_R(ofSize: 14) lable.font = UIFont.PFSC_R(ofSize: 14)
lable.textAlignment = .center lable.textAlignment = .center
lable.text = "您还没有相关订单" lable.text = "您还没有相关订单"
......
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