Browse Source

修改填空题答题

aaa 3 years ago
parent
commit
bc0d9ec1a5
1 changed files with 11 additions and 4 deletions
  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 {
-          return {
-            status: this.examStatesType.STARTED,
-            statusTxt: "已开考"
-          };
+          if (this.exam.available) {
+            return {
+              status: this.examStatesType.STARTED,
+              statusTxt: "已开考"
+            };
+          } else {
+            return {
+              status: this.examStatesType.EXAMOVER,
+              statusTxt: "已考完 "
+            };
+          }
         }
       } else {
         return {