Commit 0b928949 authored by pete谢兆麟's avatar pete谢兆麟

签字跳转

parent 1a663eab
...@@ -360,7 +360,7 @@ extension YHMyDocumentsListViewController: UITableViewDelegate, UITableViewDataS ...@@ -360,7 +360,7 @@ extension YHMyDocumentsListViewController: UITableViewDelegate, UITableViewDataS
} }
} else { } else {
let vc = YHMySignatureDetailViewController() let vc = YHMySignatureDetailViewController()
vc.id = model.id vc.id = model.sign_doc.id
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
} }
} }
......
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