Commit 5757a222 authored by Steven杜宇's avatar Steven杜宇

//

parent 603552ef
......@@ -329,6 +329,10 @@ extension YHMessageDetailListVC: UITableViewDelegate, UITableViewDataSource {
}
}
if self.type == YHMessageType.business.rawValue {
return
}
printLog("redirectPage:\(item.redirectPage)")
if item.redirectPage == YHRedirectPage.serviceTab.rawValue { // 服务tab页
......
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