瀏覽代碼

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

TIANYONG 8 月之前
父節點
當前提交
8fc9892a01
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {
         handleConnect();
         handleStartBegin(calculateInfo.firstNoteTime);
+        evaluatingData.resulstMode = false;
         if (evaluatingData.isErrorState) {
           evaluatingData.isErrorState = false;
-          evaluatingData.resulstMode = false;
+          // evaluatingData.resulstMode = false;
         }
       }
     };