mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +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 =>
|
tempTargetJobIndexToCheckDetail = jobListData.findIndex(it =>
|
||||||
!blockBossNotNewChat.has(it.encryptBossId) &&
|
!blockBossNotNewChat.has(it.encryptBossId) &&
|
||||||
!blockBossNotActive.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)
|
!blockJobNotSuit.has(it.encryptJobId)
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tempTargetJobIndexToCheckDetail < 0 && hasReachLastPage) {
|
if (tempTargetJobIndexToCheckDetail < 0 && hasReachLastPage) {
|
||||||
|
|||||||
Reference in New Issue
Block a user