Browse Source

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

TIANYONG 8 tháng trước cách đây
mục cha
commit
8fc9892a01
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
         }
       }
     };