mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-26 02:30:08 +08:00
add comment for expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user