Commit b324fc23 authored by Steven杜宇's avatar Steven杜宇

// 高才

parent 8da775f3
...@@ -66,7 +66,7 @@ extension YHGCMineSchemeViewController: UITableViewDelegate, UITableViewDataSour ...@@ -66,7 +66,7 @@ extension YHGCMineSchemeViewController: UITableViewDelegate, UITableViewDataSour
} }
if model.title == "资料清单" { if model.title == "资料清单" {
if self.reqSchemeVM.schemeModel?.certificate_skip_status == true { if self.reqSchemeVM.schemeModel?.certificate_skip_status == true {
let vc = YHMineCertificateEntryViewController() let vc = YHGCMineCertificateEntryViewController()
vc.orderId = orderId vc.orderId = orderId
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} else { } else {
......
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