Commit 0ccb4e3a authored by Alex朱枝文's avatar Alex朱枝文

续签在港缴费提示更改按钮

parent f3a12b5e
......@@ -76,7 +76,7 @@ class YHVisaRenewalPayConfirmingPresenceAlertView: UIView {
lazy var cancelBtn: UIButton = {
let button = UIButton()
button.titleLabel?.font = UIFont.PFSC_R(ofSize: 14)
button.setTitle("还未", for: .normal)
button.setTitle("暂未在港", for: .normal)
button.setTitleColor(UIColor.brandMainColor, for: .normal)
button.layer.borderWidth = 1
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