Commit 6a8e9b95 authored by Steven杜宇's avatar Steven杜宇

// 预约

parent 0ccb4e3a
...@@ -74,7 +74,7 @@ class YHResignAppointedScheduleRiskTipsView: UIView { ...@@ -74,7 +74,7 @@ class YHResignAppointedScheduleRiskTipsView: UIView {
lazy var cancelBtn: UIButton = { lazy var cancelBtn: UIButton = {
let button = UIButton() let button = UIButton()
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 14) button.titleLabel?.font = UIFont.PFSC_M(ofSize: 14)
button.setTitle("还未", for: .normal) button.setTitle("暂未在港", for: .normal)
button.setTitleColor(UIColor.brandMainColor, for: .normal) button.setTitleColor(UIColor.brandMainColor, for: .normal)
button.backgroundColor = .white button.backgroundColor = .white
button.layer.borderColor = UIColor.brandMainColor.cgColor button.layer.borderColor = UIColor.brandMainColor.cgColor
......
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