Browse Source

修改曲谱速度

lex 8 tháng trước cách đây
mục cha
commit
17ebc02cff

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

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