Prechádzať zdrojové kódy

继续做题跳去结果页

谢杰标 2 rokov pred
rodič
commit
bb65e19cc1

+ 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(() => {});
           });