Переглянути джерело

Merge branch 'feature-patch' into ktyq-test-new

TIANYONG 3 тижнів тому
батько
коміт
d3016ae367
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/page-instrument/evaluat-model/index.tsx

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

@@ -213,7 +213,7 @@ export default defineComponent({
       actualBeatLength = preTimes.length ? actualBeatLength + preTimes[preTimes.length - 1].relaMeasureLength * 1000 : actualBeatLength;
       // 如果是弱起,并且预备小节是第一节
       if (state.section.length && state.sectionFirst && state.sectionFirst.measureListIndex == 0 && !state.isEvxml) {
-        actualBeatLength = actualBeatLength < Math.round((state.times[0].fixtime * 1000) / 1) ? Math.round((state.times[0].fixtime * 1000) / 1) : actualBeatLength;
+        // actualBeatLength = actualBeatLength < Math.round((state.times[0].fixtime * 1000) / 1) ? Math.round((state.times[0].fixtime * 1000) / 1) : actualBeatLength;
       }
       
       let firstNoteTime = unitTestIdx > 1 ? preTime : 0;