|
@@ -768,7 +768,8 @@ export default defineComponent({
|
|
|
onClick={() => {
|
|
|
player.value && player.value.stop()
|
|
|
musicBuy(musicDetail.value, () => {}, {
|
|
|
- 'part-index': staffData.partIndex || 0
|
|
|
+ 'part-index': staffData.partIndex || 0,
|
|
|
+ sett: staff.radio
|
|
|
})
|
|
|
}}
|
|
|
>
|