Commit f93658fe authored by Steven杜宇's avatar Steven杜宇

// AI

parent 8b91044e
...@@ -62,7 +62,7 @@ class YHProductItemView: UIView { ...@@ -62,7 +62,7 @@ class YHProductItemView: UIView {
let lable = UILabel() let lable = UILabel()
lable.textColor = UIColor.mainTextColor lable.textColor = UIColor.mainTextColor
lable.textAlignment = .left lable.textAlignment = .left
lable.font = UIFont.PFSC_R(ofSize:14) lable.font = UIFont.PFSC_M(ofSize:16)
return lable return lable
}() }()
......
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