浏览代码

fix small ui text

Michael Wang 6 年之前
父节点
当前提交
2723326c48

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