|
@@ -330,7 +330,11 @@ export default defineComponent({
|
|
|
const gotoAccomany = (e: any) => {
|
|
|
// 去云练习完整版
|
|
|
e.stopPropagation()
|
|
|
- musicBuy({ id: item.value.materialMusicId })
|
|
|
+ musicBuy({ id: item.value.materialMusicId }, () => {}, {
|
|
|
+ setting: JSON.stringify({
|
|
|
+ feeType: 'FREE'
|
|
|
+ })
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
expose({
|