Commit 97caf58e authored by Steven杜宇's avatar Steven杜宇

// 消息

parent bfeaeca9
...@@ -227,6 +227,8 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -227,6 +227,8 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource {
} }
} }
printLog("redirectPage:\(item.redirectPage)")
if item.redirectPage == "service_tab" { // 服务tab页 if item.redirectPage == "service_tab" { // 服务tab页
UIViewController.current?.navigationController?.popToRootViewController(animated: false) UIViewController.current?.navigationController?.popToRootViewController(animated: false)
goTabBarBy(tabType: .service) goTabBarBy(tabType: .service)
...@@ -244,6 +246,7 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -244,6 +246,7 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource {
} else { } else {
if let orderId = Int(item.orderId) { if let orderId = Int(item.orderId) {
printLog("orderId: \(orderId)")
self.requestOrderStatus(orderId: orderId) { self.requestOrderStatus(orderId: orderId) {
status in status in
// status 1 申请阶段 2办证阶段 3续期阶段 // status 1 申请阶段 2办证阶段 3续期阶段
......
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