Commit 8b25ffca authored by pete谢兆麟's avatar pete谢兆麟

补充补件逻辑

parent de284858
......@@ -43,7 +43,7 @@ class YHResignUploadDocListViewController: YHBaseViewController {
let button = UIButton(type: .custom)
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 15)
button.contentHorizontalAlignment = .center
button.setTitle("去查看港府续签结果", for: .normal)
button.setTitle("去查看港府续签结果", for: .normal)
button.setTitleColor(UIColor.white, for: .normal)
button.setTitleColor(UIColor.white, for: .disabled)
button.layer.cornerRadius = kCornerRadius3
......@@ -78,7 +78,10 @@ class YHResignUploadDocListViewController: YHBaseViewController {
}
@objc func clickNextBtn() {
let vc = YHResignUploadDocListViewController()
vc.orderId = orderId
vc.batchId = batchId
UIViewController.current?.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