|
@@ -160,8 +160,8 @@ export const useDetail = (id: number | string): [Ref<ShaeetStatusType>, Ref<Musi
|
|
? getSubjectIdCode(res.data.background[0].musicSubject)
|
|
? getSubjectIdCode(res.data.background[0].musicSubject)
|
|
: '',
|
|
: '',
|
|
}
|
|
}
|
|
- // notation: 是能转简谱 0: 不可以,需要设置成五线谱模式
|
|
|
|
- if (data.value.notation == 0) {
|
|
|
|
|
|
+ // notation: 是能转简谱 0: 不可以,需要设置成五线谱模式, 是否是切换简谱
|
|
|
|
+ if (data.value.notation == 0 || !sessionStorage.getItem('notation')) {
|
|
SettingState.sett.type = 'staff'
|
|
SettingState.sett.type = 'staff'
|
|
}
|
|
}
|
|
// 设置是否特殊曲谱, 是特殊曲谱取反(不理解之前的思考逻辑), 使用后台设置的速度
|
|
// 设置是否特殊曲谱, 是特殊曲谱取反(不理解之前的思考逻辑), 使用后台设置的速度
|