Michael Wang преди 6 години
родител
ревизия
2723326c48
променени са 3 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 2 2
      src/features/Login/Login.vue
  2. 2 2
      src/features/OnlineExam/OnlineExamList.vue
  3. 2 2
      src/features/OnlinePractice/OnlinePracticeList.vue

+ 2 - 2
src/features/Login/Login.vue

@@ -353,8 +353,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }

+ 2 - 2
src/features/OnlineExam/OnlineExamList.vue

@@ -119,8 +119,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }

+ 2 - 2
src/features/OnlinePractice/OnlinePracticeList.vue

@@ -95,8 +95,8 @@ export default {
             render: () => {
               return (
                 <div style="font-size: 24px">
-                  `超出最大断点续考次数(${examingRes.maxInterruptNum}
-                  ),正在自动交卷...`
+                  超出最大断点续考次数({examingRes.maxInterruptNum}
+                  ),正在自动交卷...
                 </div>
               );
             }