Commit 1198e880 authored by Steven杜宇's avatar Steven杜宇

Merge branch 'develop' into jiaofei

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