Commit 8e07e0e9 authored by David黄金龙's avatar David黄金龙

屏蔽测试代码

parent 31d5e2fb
...@@ -20,7 +20,6 @@ class YHOffivialApprovalSuccessCheckView: UIView { ...@@ -20,7 +20,6 @@ class YHOffivialApprovalSuccessCheckView: UIView {
lazy var animationView: LottieAnimationView = { lazy var animationView: LottieAnimationView = {
let view = LottieAnimationView(name: "flower2") let view = LottieAnimationView(name: "flower2")
// view.backgroundColor = .yellow//for test hjl
view.loopMode = .playOnce view.loopMode = .playOnce
return view return view
}() }()
......
...@@ -96,13 +96,13 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget { ...@@ -96,13 +96,13 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
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 = {
[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