|
@@ -181,6 +181,7 @@ export const useDetail = (id: number | string): [Ref<ShaeetStatusType>, Ref<Musi
|
|
|
}
|
|
|
// 设置是否特殊曲谱, 是特殊曲谱取反(不理解之前的思考逻辑), 使用后台设置的速度
|
|
|
detailState.isSpecialBookCategory = !classids.includes(res.data.musicSheetCategoriesId)
|
|
|
+ // 大雅金唐类目,#9248 优化
|
|
|
detailState.isDaYaCategory = daYaClassids.includes(res.data.musicSheetCategoriesId)
|
|
|
if (detailState.isDaYaCategory) {
|
|
|
;(window as any).customSectionAmount = true
|