jd_necklace.js update

This commit is contained in:
lxk0301
2021-03-18 19:04:11 +08:00
parent 98054e7927
commit 079450ee22

View File

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