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

// 去除测试代码

parent 0c068f7c
...@@ -336,13 +336,13 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -336,13 +336,13 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return return
} }
if true { // if true {
let vc = YHCertificateAppointViewController() // let vc = YHCertificateAppointViewController()
vc.orderId = 151086 // vc.orderId = 151090
// 151296 // // 151296
self.navigationController?.pushViewController(vc) // self.navigationController?.pushViewController(vc)
return // return
} //for test dy // } //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