Commit be10f0d7 authored by Alex朱枝文's avatar Alex朱枝文

续签在港缴费风险弹窗按钮文字替换

parent 0198a548
...@@ -65,7 +65,7 @@ class YHVisaRenewalPayConfirmingPresenceAlertView: UIView { ...@@ -65,7 +65,7 @@ class YHVisaRenewalPayConfirmingPresenceAlertView: UIView {
lazy var confirmBtn: UIButton = { lazy var confirmBtn: UIButton = {
let button = UIButton() let button = UIButton()
button.titleLabel?.font = UIFont.PFSC_R(ofSize: 14) button.titleLabel?.font = UIFont.PFSC_R(ofSize: 14)
button.setTitle("我已知悉,确认", for: .normal) button.setTitle("确认在港", for: .normal)
button.setTitleColor(UIColor.white, for: .normal) button.setTitleColor(UIColor.white, for: .normal)
button.backgroundColor = .brandMainColor button.backgroundColor = .brandMainColor
button.addTarget(self, action: #selector(didConfirmBtnClicked), for: .touchUpInside) button.addTarget(self, action: #selector(didConfirmBtnClicked), for: .touchUpInside)
......
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