Browse Source

修改曲谱速度

lex 8 months ago
parent
commit
17ebc02cff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/music/upload/index.tsx

+ 1 - 1
src/teacher/music/upload/index.tsx

@@ -275,7 +275,7 @@ export default defineComponent({
       if (!this.composer) {
         this.composer = data.composer
       }
-      if (!this.playSpeed && data.speed) {
+      if (data.speed) {
         this.playSpeed = '' + data.speed
       }
     },