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

// AI

parent bc28e536
......@@ -485,7 +485,7 @@ extension YHHomeHoldViewPageViewController : UITabBarControllerDelegate {
guard let index = tabBarController.viewControllers?.firstIndex(of: viewController) else {
return false
}
if index == 1 || index == 2 { // 点击服务tab或社区tab
if index == 1 || index == 3 { // 点击服务tab或社区tab
if YHLoginManager.shared.isLogin() {
return true
} else {
......@@ -498,6 +498,9 @@ extension YHHomeHoldViewPageViewController : UITabBarControllerDelegate {
return false
}
}
if index == 2 { // AI 港小宝
return false
}
return true
}
}
......
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