Explorar el Código

修改曲谱速度

lex hace 1 año
padre
commit
17ebc02cff
Se han modificado 1 ficheros con 1 adiciones y 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
       }
     },