Преглед на файлове

fix: #节拍指针位置显示不准bug修复

TIANYONG преди 2 години
родител
ревизия
5bc5515ac8
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/pages/detail/helpers.ts

+ 2 - 0
src/pages/detail/helpers.ts

@@ -485,7 +485,9 @@ export const getAllNodes = (osmd: any) => {
             fixtime += difftime
           }
           //console.log('👀看看endtime', relaEndtime, fixtime, i)
+          const _noteLength = noteRealValue
           const nodeDetail = {
+            _noteLength,
             fixtime,
             skipMode,
             NoteToGraphicalNoteObjectId: note.NoteToGraphicalNoteObjectId,