Browse Source

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 1 week ago
parent
commit
aa02509d03
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/page-instrument/evaluat-model/index.tsx

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

@@ -245,7 +245,8 @@ export default defineComponent({
       }      
       for (let index = 0; index < selectTimes.length; index++) {
         const item = selectTimes[index];
-        const note = getNoteByMeasuresSlursStart(item);
+        // const note = getNoteByMeasuresSlursStart(item);
+        const note = item;
         // #8701 bug: 评测模式,是以曲谱本身的速度进行评测,所以rate取1,不需要转换
         // const rate = state.speed / state.originSpeed;
         const rate = state.basePlayRate * state.originAudioPlayRate; // 播放倍率