소스 검색

fix: #8704 bug修复

TIANYONG 1 년 전
부모
커밋
9f54d34406
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      src/page-instrument/evaluat-model/evaluat-result/index.module.less
  2. 5 5
      src/page-instrument/view-detail/index.tsx

+ 1 - 1
src/page-instrument/evaluat-model/evaluat-result/index.module.less

@@ -61,7 +61,7 @@
     position: relative;
     border-radius: 18px;
     width: 361px;
-    height: 238px;
+    height: 256px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;

+ 5 - 5
src/page-instrument/view-detail/index.tsx

@@ -162,11 +162,11 @@ export default defineComponent({
 
       // console.log("🚀 ~ state.subjectId:", state.subjectId, state.track as any , state.subjectId)
       // 是否打击乐
-      // state.isPercussion =
-      // 	state.subjectId == 23 ||
-      // 	state.subjectId == 113 ||
-      // 	state.subjectId == 121 ||
-      // 	isRhythmicExercises();
+      state.isPercussion =
+      	state.subjectId == 23 ||
+      	state.subjectId == 113 ||
+      	state.subjectId == 121 ||
+      	isRhythmicExercises();
 
       // 设置是否特殊曲谱, 是特殊曲谱取反(不理解之前的思考逻辑), 使用后台设置的速度
       state.isSpecialBookCategory = !classids.includes(data.musicSheetCategoriesId)