Przeglądaj źródła

Update musicScore.tsx

lex-xin 6 miesięcy temu
rodzic
commit
b4751858b8

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