Commit 45c28879 authored by pete谢兆麟's avatar pete谢兆麟

Merge branch 'xiezhaolin' into develop

parents 7836af56 fda96094
...@@ -25,7 +25,7 @@ class YHFailPromptView: UIView { ...@@ -25,7 +25,7 @@ class YHFailPromptView: UIView {
}() }()
private lazy var titleLable : UILabel = { private lazy var titleLable : UILabel = {
let lable0 = UILabel(text: "222222222222222") let lable0 = UILabel(text: "")
lable0.textColor = UIColor.failColor lable0.textColor = UIColor.failColor
lable0.font = UIFont.PFSC_R(ofSize: 12) lable0.font = UIFont.PFSC_R(ofSize: 12)
lable0.numberOfLines = 0 lable0.numberOfLines = 0
......
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