Преглед на файлове

Merge branch 'iteration_1.3.3' into dev

lex преди 2 години
родител
ревизия
7f615aaaba
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/teacher/music/upload/index.tsx

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

@@ -243,7 +243,7 @@ export default defineComponent({
         audioType: this.audioType,
         sourceType: 'TEACHER',
         mp3Type,
-        hasBeat: this.hasBeat,
+        hasBeat: Number(this.hasBeat),
         accompanimentType: this.accompanimentType,
         titleImg: this.titleImg,
         url: this.hasBeat ? '' : this.mp3Url,