|
@@ -6,7 +6,7 @@ import { getQuery } from "/src/utils/queryString";
|
|
|
import { closeToast, showLoadingToast } from "vant";
|
|
|
import store from "store";
|
|
|
import { formateTimes } from "../../helpers/formateMusic";
|
|
|
-import { setCustomGradual, setCustomNoteRealValue } from "/src/helpers/customMusicScore"
|
|
|
+import { setCustomNoteRealValue } from "/src/helpers/customMusicScore"
|
|
|
import { initSmoothAnimation, smoothAnimationState, destroySmoothAnimation, moveSmoothAnimationByPlayTime } from "../view-detail/smoothAnimation";
|
|
|
import { api_cloudLoading, simple_musicPage } from "/src/helpers/communication";
|
|
|
|
|
@@ -125,7 +125,6 @@ export default defineComponent({
|
|
|
if (saveSpeed) {
|
|
|
handleSetSpeed(saveSpeed);
|
|
|
}
|
|
|
- setCustomGradual();
|
|
|
setCustomNoteRealValue();
|
|
|
state.times = formateTimes(osmd);
|
|
|
console.log("🚀 ~ state.times:", state.times, state);
|