فهرست منبع

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

TIANYONG 1 سال پیش
والد
کامیت
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,