mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 08:27:13 +08:00
add comment for expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP
This commit is contained in:
@@ -536,6 +536,9 @@ async function toRecommendPage (hooks) {
|
|||||||
let jobListData = []
|
let jobListData = []
|
||||||
async function updateJobListData () {
|
async function updateJobListData () {
|
||||||
jobListData = await page.evaluate(`document.querySelector('.page-jobs-main')?.__vue__?.jobList`)
|
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 (
|
if (
|
||||||
expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP &&
|
expectCityNotMatchStrategy === MarkAsNotSuitOp.NO_OP &&
|
||||||
Array.isArray(expectCityList) &&
|
Array.isArray(expectCityList) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user