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

屏蔽测试代码

parent 31d5e2fb
......@@ -20,7 +20,6 @@ class YHOffivialApprovalSuccessCheckView: UIView {
lazy var animationView: LottieAnimationView = {
let view = LottieAnimationView(name: "flower2")
// view.backgroundColor = .yellow//for test hjl
view.loopMode = .playOnce
return view
}()
......
......@@ -96,13 +96,13 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
view.settingBlock = {
[weak self] in
guard let self = self else { return }
// if !checkLogin() { return }
// let vc = YHMySettingViewController()
// self.navigationController?.pushViewController(vc)
if !checkLogin() { return }
let vc = YHMySettingViewController()
self.navigationController?.pushViewController(vc)
let vc = YHOfficialApprovalResultVC()
self.navigationController?.pushViewController(vc) //for test hjl
// let vc = YHOfficialApprovalResultVC()
// self.navigationController?.pushViewController(vc) //for test hjl
}
view.evaluateBlock = {
[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