ソースを参照

继续做题跳去结果页

谢杰标 2 年 前
コミット
bb65e19cc1
2 ファイル変更2 行追加8 行削除
  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(() => {});
           });