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

// 消息

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