Commit 21124f56 authored by David黄金龙's avatar David黄金龙

删除测试代码

parent 64e2adef
...@@ -95,14 +95,14 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -95,14 +95,14 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
let view = YHUserInfoHeaderView.createView() let view = YHUserInfoHeaderView.createView()
view.settingBlock = { view.settingBlock = {
[weak self] in [weak self] in
// guard let self = self else { return } guard let self = self else { return }
// if !checkLogin() { return } if !checkLogin() { return }
// let vc = YHMySettingViewController() let vc = YHMySettingViewController()
// self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
let vc = YHOfficialApprovalResultVC2() // let vc = YHOfficialApprovalResultVC2()
self?.navigationController?.pushViewController(vc) //for test hjl // self?.navigationController?.pushViewController(vc) //for test hjl
} }
view.evaluateBlock = { view.evaluateBlock = {
[weak self] in [weak self] in
......
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