@@ -3441,6 +3441,9 @@ export default {
.then(() => {
_this.unitJson = JSON.parse(res.chapters);
_this.steps++;
+ setTimeout(() => {
+ this.checkEva();
+ }, 1000);
})
.catch(() => {
return;