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