mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
fix blockJobNotSuit.has(it.encryptJobId) logic
This commit is contained in:
@@ -514,8 +514,9 @@ async function toRecommendPage (hooks) {
|
||||
tempTargetJobIndexToCheckDetail = jobListData.findIndex(it =>
|
||||
!blockBossNotNewChat.has(it.encryptBossId) &&
|
||||
!blockBossNotActive.has(it.encryptBossId) &&
|
||||
[...expectCompanySet].find(name => it.brandName.includes(name))) &&
|
||||
[...expectCompanySet].find(name => it.brandName.includes(name)) &&
|
||||
!blockJobNotSuit.has(it.encryptJobId)
|
||||
)
|
||||
}
|
||||
|
||||
if (tempTargetJobIndexToCheckDetail < 0 && hasReachLastPage) {
|
||||
|
||||
Reference in New Issue
Block a user