Jelajahi Sumber

fix: 评测结束更新练习时长

TIANYONG 8 bulan lalu
induk
melakukan
8fc9892a01
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      src/page-instrument/evaluat-model/index.tsx

+ 2 - 1
src/page-instrument/evaluat-model/index.tsx

@@ -445,9 +445,10 @@ export default defineComponent({
       if (res?.checked) {
       if (res?.checked) {
         handleConnect();
         handleConnect();
         handleStartBegin(calculateInfo.firstNoteTime);
         handleStartBegin(calculateInfo.firstNoteTime);
+        evaluatingData.resulstMode = false;
         if (evaluatingData.isErrorState) {
         if (evaluatingData.isErrorState) {
           evaluatingData.isErrorState = false;
           evaluatingData.isErrorState = false;
-          evaluatingData.resulstMode = false;
+          // evaluatingData.resulstMode = false;
         }
         }
       }
       }
     };
     };