Browse Source

Merge branch 'colxiu-style-updatev1.0' into ponline

lex 1 year ago
parent
commit
b5351fe14d

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

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

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