|
@@ -704,7 +704,8 @@ export const initSetPlayRate = () => {
|
|
|
state.isAutoRePlay = false
|
|
|
return
|
|
|
}
|
|
|
- let item: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[state.activeNoteIndex];
|
|
|
+ // let item: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[state.activeNoteIndex];
|
|
|
+ let item: any = state.times[state.activeNoteIndex];
|
|
|
console.log('播放状态',state.playState)
|
|
|
if (item && item.measureSpeed) {
|
|
|
const ratio = state.speed / item.measureSpeed
|