add comment for expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP

This commit is contained in:
geekgeekrun
2025-05-27 02:04:50 +08:00
parent 24018f63b5
commit fe1c85b38d

View File

@@ -536,6 +536,9 @@ async function toRecommendPage (hooks) {
let jobListData = []
async function updateJobListData () {
jobListData = await page.evaluate(`document.querySelector('.page-jobs-main')?.__vue__?.jobList`)
// due to city can get from list immediately
// so just set those job which city is not suit to blockJobNotSuit
// to skip view detail
if (
expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP &&
Array.isArray(expectCityList) &&