zhangjie 1 anno fa
parent
commit
2d98a9dc99
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/features/mark/MarkBoardTrack.vue

+ 1 - 1
src/features/mark/MarkBoardTrack.vue

@@ -247,7 +247,7 @@ watch(
   () => store.currentQuestion,
   () => {
     store.currentScore = undefined;
-    chooseScore(questionScoreSteps[1]);
+    if (!props.isCheckAnswer) chooseScore(questionScoreSteps[1]);
   }
 );