Update main.js

This commit is contained in:
姜棚 2022-01-26 18:29:00 +08:00
parent f60bb1b6fd
commit 7bdc7958ef
1 changed files with 1 additions and 5 deletions

View File

@ -559,15 +559,11 @@ getLandingdata(val){
count += 2; count += 2;
report(count); report(count);
setTimeout(update, 500); setTimeout(update, 500);
console.log("上传中")
} }
else{ else{
reject();
reject();
} }
} }
}; };
setTimeout(update, 500); setTimeout(update, 500);
}); });