Commit 93fc8107 authored by David黄金龙's avatar David黄金龙

全部放主线程

parent 775f447f
...@@ -19,8 +19,8 @@ class YHJsApi: NSObject { ...@@ -19,8 +19,8 @@ class YHJsApi: NSObject {
extension YHJsApi { extension YHJsApi {
//4、跳转到 办证3 - 赴港时间预约界面 //4、跳转到 办证3 - 赴港时间预约界面
@objc func gotoAppointCertificateSyn(_ orderID : String) { @objc func gotoAppointCertificateSyn(_ orderID : String) {
if let orderId = Int(orderID) { DispatchQueue.main.async {
DispatchQueue.main.async { if let orderId = Int(orderID) {
let vc = YHCertificateAppointViewController() let vc = YHCertificateAppointViewController()
vc.orderId = orderId vc.orderId = orderId
self.delegate?.navigationController?.pushViewController(vc) self.delegate?.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