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

屏蔽测试代码

parent f6b03bd8
...@@ -336,12 +336,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -336,12 +336,12 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return return
} }
if true { // if true {
let vc = YHCertificateAppointViewController() // let vc = YHCertificateAppointViewController()
vc.orderId = 151085 // vc.orderId = 151085
self.navigationController?.pushViewController(vc) // self.navigationController?.pushViewController(vc)
return // return
} // } //for test dy
let item: PersonalModuleItem = items[indexPath.row] let item: PersonalModuleItem = items[indexPath.row]
......
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