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

// 高专留

parent a08b7bf7
...@@ -638,7 +638,7 @@ class YHServiceOrderListViewController: YHBaseViewController { ...@@ -638,7 +638,7 @@ class YHServiceOrderListViewController: YHBaseViewController {
} else if type == 101 { } else if type == 101 {
// 身份续签指引 // 身份续签指引
gotoResignGuideVC() gotoResignGuideVC(orderID: orderId, stepID: stepId)
} else if type == 102 { } else if type == 102 {
// 我的续签方案 // 我的续签方案
gotoResignMethod(orderID: orderId, stepID: stepId) gotoResignMethod(orderID: orderId, stepID: stepId)
...@@ -888,7 +888,7 @@ extension YHServiceOrderListViewController: UITableViewDelegate, UITableViewData ...@@ -888,7 +888,7 @@ extension YHServiceOrderListViewController: UITableViewDelegate, UITableViewData
if tag == 1 { if tag == 1 {
// 身份续签指引 // 身份续签指引
printLog("身份续签指引") printLog("身份续签指引")
YHServiceOrderListViewController.gotoResignGuideVC() YHServiceOrderListViewController.gotoResignGuideVC(orderID: orderID, stepID: stepID)
} else if tag == 2 { } else if tag == 2 {
// 我的续签方案 // 我的续签方案
......
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