Jelajahi Sumber

修改填空题答题

aaa 3 tahun lalu
induk
melakukan
bc0d9ec1a5
1 mengubah file dengan 11 tambahan dan 4 penghapusan
  1. 11 4
      src/views/home/exam/page-exam.vue

+ 11 - 4
src/views/home/exam/page-exam.vue

@@ -191,10 +191,17 @@ export default {
             };
             };
           }
           }
         } else {
         } else {
-          return {
-            status: this.examStatesType.STARTED,
-            statusTxt: "已开考"
-          };
+          if (this.exam.available) {
+            return {
+              status: this.examStatesType.STARTED,
+              statusTxt: "已开考"
+            };
+          } else {
+            return {
+              status: this.examStatesType.EXAMOVER,
+              statusTxt: "已考完 "
+            };
+          }
         }
         }
       } else {
       } else {
         return {
         return {