Commit c194cfa3 authored by Steven杜宇's avatar Steven杜宇

Merge branch '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into 630-dev

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