|
@@ -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,
|