|
@@ -30,6 +30,7 @@ import { browser } from "/src/utils";
|
|
|
import { usePageVisibility } from "@vant/use";
|
|
|
import { watch } from "vue";
|
|
|
import icon_loading_img from "./image/icon_loading_img.png";
|
|
|
+import state from "/src/state";
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: "viewFigner",
|
|
@@ -86,6 +87,9 @@ export default defineComponent({
|
|
|
subject: null as unknown as ITypeFingering,
|
|
|
fingeringInfo: subjectFingering(data.subject),
|
|
|
});
|
|
|
+ if (!props.isComponent) {
|
|
|
+ state.fingeringInfo = fingerData.fingeringInfo;
|
|
|
+ }
|
|
|
|
|
|
const getAPPData = async (type: 'top' | 'left') => {
|
|
|
const screenData = await isSpecialShapedScreen();
|