瀏覽代碼

fix: #8704 bug修复

TIANYONG 1 年之前
父節點
當前提交
9f54d34406

+ 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)