jd_necklace.js update

This commit is contained in:
lxk0301
2021-03-18 19:04:11 +08:00
parent 6557408e1c
commit dd3f2edcad

View File

@@ -366,7 +366,10 @@ async function doAppTask(type = '3') {
"taskId": "necklace_142", "taskId": "necklace_142",
"lng": "", "lng": "",
} }
if (type === '4') body['taskId'] = 'necklace_143'; if (type === '4') {
await $.wait(15000);
body['taskId'] = 'necklace_143';
}
await $.wait(15500); await $.wait(15500);
await getCcTaskList('reportCcTask', body, type); await getCcTaskList('reportCcTask', body, type);
} }