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

一处代码优化

parent b793ccef
...@@ -17,7 +17,7 @@ class YHJsApi: NSObject { ...@@ -17,7 +17,7 @@ class YHJsApi: NSObject {
} }
extension YHJsApi { extension YHJsApi {
//4、跳转到 办证3 - 赴港时间预约界面 //3、跳转到 办证3 - 赴港时间预约界面
@objc func gotoAppointCertificateSyn(_ orderID : String) { @objc func gotoAppointCertificateSyn(_ orderID : String) {
DispatchQueue.main.async { DispatchQueue.main.async {
if let orderId = Int(orderID) { if let orderId = Int(orderID) {
......
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