lex-xin 7 miesięcy temu
rodzic
commit
2bf8bb6b97

+ 1 - 1
src/views/xiaoku-list/detail.tsx

@@ -214,7 +214,7 @@ export default defineComponent({
         ? 'fixedTone'
         : item.scoreType === 'STAVE'
         ? 'staff'
-        : 'staff';
+        : 'firstTone';
       let src = `${vaildMusicScoreUrl()}/instrument?v=${+new Date()}&platform=pc&id=${
         item.id
       }&Authorization=${

+ 1 - 1
src/views/xiaoku-list/index.tsx

@@ -170,7 +170,7 @@ export default defineComponent({
         ? 'fixedTone'
         : item.scoreType === 'STAVE'
         ? 'staff'
-        : 'staff';
+        : 'firstTone';
       let src = `${vaildMusicScoreUrl()}/instrument?v=${+new Date()}&platform=pc&id=${
         item.id
       }&Authorization=${