修复BUG

This commit is contained in:
869728223@qq.com
2021-05-22 07:57:55 +08:00
parent 2ca7ab4000
commit c7b8e6895f

View File

@ -155,6 +155,7 @@ function getTaskList() {
if($.risk) break
if (vo['completionCnt'] < vo['assignmentTimesLimit']) {
if (vo['assignmentType'] === 1) {
if(vo['ext'][vo['ext']['extraType']].length === 0) continue;
for (let i = vo['completionCnt']; i < vo['assignmentTimesLimit']; ++i) {
console.log(`去做${vo['assignmentName']}任务:${i + 1}/${vo['assignmentTimesLimit']}`)
let body = {