Browse Source

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

TIANYONG 11 months ago
parent
commit
6b7a74ee8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/page-instrument/simple-detail/index.tsx

+ 1 - 1
src/page-instrument/simple-detail/index.tsx

@@ -46,7 +46,7 @@ export default defineComponent({
 						state.activeNoteIndex = 0
 						state.activeNoteIndex = 0
 						state.activeMeasureIndex = state.times[0].MeasureNumberXML;
 						state.activeMeasureIndex = state.times[0].MeasureNumberXML;
 						handlePlaying(true);
 						handlePlaying(true);
-					}, 0);
+					}, 200);
 				}
 				}
 			}
 			}
 			// 暂停状态下,拖动进度
 			// 暂停状态下,拖动进度