Commit 41449071 authored by David黄金龙's avatar David黄金龙

1、删除测试代码

2、调整正式批逻辑
parent 2e2d277d
......@@ -248,6 +248,8 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
} else if model.type == 15 {
//正式批已获批~
let vc = YHOfficialApprovalResultVC()
self.navigationController?.pushViewController(vc)
}
}
}
......
......@@ -202,7 +202,7 @@ private extension YHOfficialApprovalResultVC {
view.addSubview(lightImageV)
lightImageV.snp.makeConstraints { make in
make.top.right.bottom.equalToSuperview()
make.top.right.left.equalToSuperview()
make.height.equalTo(543)
}
lightImageV.layer.zPosition = 3
......@@ -279,7 +279,7 @@ private extension YHOfficialApprovalResultVC {
// view.show()
let view = YHOffivialApprovalSuccessCheckView.sheetView()
view.show()
view.show()//for test hjl
}
}
......
......@@ -99,12 +99,8 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
if !checkLogin() { return }
let vc = YHMySettingViewController()
self.navigationController?.pushViewController(vc)
// let vc = YHOfficialApprovalResultVC()
// self?.navigationController?.pushViewController(vc) //for test hjl
}
view.evaluateBlock = {
[weak self] in
guard let self = self else { return }
......
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