Explorar o código

修改曲谱速度

lex hai 1 ano
pai
achega
17ebc02cff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
       }
     },