Browse Source

Update musicScore.tsx

lex-xin 2 months ago
parent
commit
b4751858b8
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/tenant/music/coursewarePlay/component/musicScore.tsx

+ 4 - 3
src/tenant/music/coursewarePlay/component/musicScore.tsx

@@ -45,9 +45,10 @@ export default defineComponent({
           t: +new Date(),
           id: props.music.content,
           Authorization: Authorization,
-          isHideBack: "true",
-          isHideLoading: "true",
-          limitModel: 'practice', // 只显示练习模式
+          isHideBack: "1",
+          hideMode: "1", // 
+          isHideMusicList: "1", // 隐藏
+          isHideLoading: "true", // 隐藏原生loading加载
           systemType: browserInfo.isStudent ? 'student' : 'teacher',
         }
       })