瀏覽代碼

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,