@@ -1261,10 +1261,7 @@ export default {
}
)
.then(() => {
- // confirmButton回调
- console.log(12);
- this.leaveNow();
- next();
+ this.examSubmit();
})
.catch(() => {});
});
@@ -1240,10 +1240,7 @@ export default {