Browse Source

Merge branch 'colxiu-style-updatev1.0'

lex 1 year ago
parent
commit
fe80a8269c

+ 2 - 1
src/tenant/music/music-detail/new-index.tsx

@@ -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
                       })
                     }}
                   >

+ 2 - 1
src/views/music/music-detail/index.tsx

@@ -880,7 +880,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
                       })
                     }}
                   >