Commit 43cfc1d9 authored by pete谢兆麟's avatar pete谢兆麟

设置添加

parent bcfd8a69
......@@ -48,7 +48,9 @@ class YHMyNameCardViewController: YHBaseViewController {
bar.rightBtnClick = {
[weak self] in
guard let self = self else { return }
let vc = YHInformationAuthorizationStepTwoViewController()
vc.stepFlag = false
self.navigationController?.pushViewController(vc)
}
return bar
}()
......
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