|
@@ -343,6 +343,7 @@ export default defineComponent({
|
|
const fingerConfig = computed<any>(() => {
|
|
const fingerConfig = computed<any>(() => {
|
|
if (state.setting.displayFingering && state.fingeringInfo?.name) {
|
|
if (state.setting.displayFingering && state.fingeringInfo?.name) {
|
|
if (state.fingeringInfo.direction === "transverse") {
|
|
if (state.fingeringInfo.direction === "transverse") {
|
|
|
|
+ console.log("横向指法", state.fingeringInfo.name);
|
|
return {
|
|
return {
|
|
container: {
|
|
container: {
|
|
//paddingBottom: headerColumnHide.value ? state.fingeringInfo.height : state.fingeringInfo.scaleData?.offset
|
|
//paddingBottom: headerColumnHide.value ? state.fingeringInfo.height : state.fingeringInfo.scaleData?.offset
|
|
@@ -360,7 +361,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
};
|
|
};
|
|
} else {
|
|
} else {
|
|
- console.log("指法", state.playBtnDirection, state.platform);
|
|
|
|
|
|
+ console.log("竖向指法", state.fingeringInfo.name, state.playBtnDirection, state.platform);
|
|
// 老师端,竖向指法,需要根据功能按钮方向进行设置
|
|
// 老师端,竖向指法,需要根据功能按钮方向进行设置
|
|
if (state.platform === IPlatform.PC) {
|
|
if (state.platform === IPlatform.PC) {
|
|
return {
|
|
return {
|