Commit 50149abb authored by David黄金龙's avatar David黄金龙

删除测试代码

parent 017c037d
...@@ -84,7 +84,6 @@ class YHOfficialApprovalResultVC: YHBaseViewController { ...@@ -84,7 +84,6 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
//bottom //bottom
lazy var bottomContentView: UIView = { lazy var bottomContentView: UIView = {
let view = UIView() let view = UIView()
view.backgroundColor = .clear //for test hjl
return view return view
}() }()
...@@ -215,10 +214,8 @@ private extension YHOfficialApprovalResultVC { ...@@ -215,10 +214,8 @@ private extension YHOfficialApprovalResultVC {
view.addSubview(bottomContentView) view.addSubview(bottomContentView)
bottomContentView.snp.makeConstraints { make in bottomContentView.snp.makeConstraints { make in
make.bottom.left.right.equalToSuperview() make.bottom.left.right.equalToSuperview()
// make.height.equalTo(600)
} }
bottomContentView.layer.zPosition = 4 bottomContentView.layer.zPosition = 4
// bottomContentView.backgroundColor = .red //for test hjl
bottomContentView.addSubview(tipsLabel) bottomContentView.addSubview(tipsLabel)
tipsLabel.snp.makeConstraints { make in tipsLabel.snp.makeConstraints { make in
...@@ -243,7 +240,6 @@ private extension YHOfficialApprovalResultVC { ...@@ -243,7 +240,6 @@ private extension YHOfficialApprovalResultVC {
make.top.equalToSuperview().offset(20) make.top.equalToSuperview().offset(20)
} }
// bannerView.backgroundColor = .purple //for test hjl
bannerView.layer.zPosition = 10 bannerView.layer.zPosition = 10
......
...@@ -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 = YHOfficialApprovalResultVC() // let vc = YHOfficialApprovalResultVC()
self?.navigationController?.pushViewController(vc) //for test hjl // self?.navigationController?.pushViewController(vc) //for test hjl
} }
view.evaluateBlock = { view.evaluateBlock = {
......
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