Browse Source

Update index.tsx

lex 9 tháng trước cách đây
mục cha
commit
9781bb793c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/xiaoku-music/index.tsx

+ 2 - 2
src/views/xiaoku-music/index.tsx

@@ -1002,8 +1002,8 @@ export default defineComponent({
                       data.musicInstrumentIndex
                     }`;
 
-                    if (data.tagIndex) {
-                      src += '&instrumentId=' + data.tagIndex;
+                    if (data.musicalInstrumentId) {
+                      src += '&instrumentId=' + data.musicalInstrumentId;
                     }
                     if (
                       window.matchMedia('(display-mode: standalone)').matches