Pārlūkot izejas kodu

继续做题跳去结果页

谢杰标 2 gadi atpakaļ
vecāks
revīzija
bb65e19cc1
2 mainītis faili ar 2 papildinājumiem un 8 dzēšanām
  1. 1 4
      src/pages/bank-exam/index.vue
  2. 1 4
      src/pages/mock-exam/index.vue

+ 1 - 4
src/pages/bank-exam/index.vue

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

+ 1 - 4
src/pages/mock-exam/index.vue

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