Commit 76bf8d42 authored by DavidHuang's avatar DavidHuang

修改一处逻辑错误

parent cfe2868b
......@@ -202,8 +202,13 @@ class YHAITabViewController: YHBaseViewController {
var arrT = self.viewModel.listModel.entranceConfig
if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_integral_open {
// arrT = self.viewModel.listModel.entranceConfig.filter {
// !($0.redirectPath == YHAIJumpPageType.galaxySelect.rawValue)
// }
} else {
//
arrT = self.viewModel.listModel.entranceConfig.filter {
!($0.redirectPath == YHAIJumpPageType.galaxySelect.rawValue)//
!($0.redirectPath == YHAIJumpPageType.galaxySelect.rawValue)
}
}
......
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