zhangjie 1 năm trước cách đây
mục cha
commit
2d98a9dc99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]);
   }
 );