|
@@ -18,7 +18,7 @@ export default defineComponent({
|
|
|
// 葫芦丝的指法,云教练页面和听音练习页面,展示的不一样,需要区分
|
|
|
const source = state.fingeringInfo.name === 'hulusi-flute' ? 'musicDetail' : '';
|
|
|
fingerData.subject = await getFingeringConfig(state.fingeringInfo.name, source);
|
|
|
- console.log("🚀 ~ fingerData.subject:", fingerData.subject);
|
|
|
+ console.log("🚀 ~ fingerData.subject:", fingerData.subject,state.fingeringInfo.name);
|
|
|
};
|
|
|
onBeforeMount(() => {
|
|
|
getFingeringData();
|
|
@@ -51,7 +51,7 @@ export default defineComponent({
|
|
|
doubeClick
|
|
|
})
|
|
|
return () => {
|
|
|
- // console.log("音高", realKey.value);
|
|
|
+ // console.log("音符指法音高", realKey.value);
|
|
|
const relationship = fingerData.subject?.relationship?.[realKey.value] || [];
|
|
|
const rs: number[] = Array.isArray(relationship[1]) ? relationship[fingerData.relationshipIndex] : relationship;
|
|
|
const canTizhi = Array.isArray(relationship[1]);
|