Ver código fonte

Merge branch 'iteration-20240618' into jenkins

lex 1 ano atrás
pai
commit
63266c87b5
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      src/teacher/music/upload/index.tsx

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

@@ -69,7 +69,7 @@ export default defineComponent({
       composer: '',
       remark: '',
       // repeatedBeats: 0,
-      playSpeed: '100' as any,
+      playSpeed: '' as any,
       // hasBeat: 0,
       musicCover: '',
       paymentType: 'CHARGE',
@@ -277,6 +277,8 @@ export default defineComponent({
       }
       if (!this.playSpeed && data.speed) {
         this.playSpeed = '' + data.speed
+      } else {
+        this.playSpeed = '100'
       }
     },
     naiveXMLFile() {