Commit 2a4f0aa4 authored by pete谢兆麟's avatar pete谢兆麟

标题修改

parent 9c7966bd
......@@ -46,7 +46,7 @@ class YHInformationAuthorizationStepOneViewController: YHBaseViewController {
}
func setView() {
gk_navTitle = "设置"
gk_navTitle = "信息授权"
view.backgroundColor = .white
stepOneView = {
......@@ -123,7 +123,7 @@ class YHInformationAuthorizationStepOneViewController: YHBaseViewController {
button.backgroundColor = UIColor.brandMainColor.withAlphaComponent(0.4)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 16)
button.contentHorizontalAlignment = .center
button.setTitle("下一步", for: .normal)
button.setTitle("提交", for: .normal)
button.setTitleColor( UIColor(hex:0xffffff), for: .normal)
button.layer.cornerRadius = kCornerRadius3
button.addTarget(self, action: #selector(nextStep), for: .touchUpInside)
......
......@@ -37,7 +37,7 @@ class YHInformationAuthorizationStepTwoViewController: UIViewController {
}
func setView() {
gk_navTitle = "设置"
gk_navTitle = "信息授权"
view.backgroundColor = .white
stepOneView = {
......
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