liushengqiang 1 year ago
parent
commit
2b1a9592fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/page-instrument/view-figner/index.tsx

+ 2 - 2
src/page-instrument/view-figner/index.tsx

@@ -118,10 +118,10 @@ export default defineComponent({
 			}
 		};
 
-		if (!props.isComponent && !browsInfo.ios && fingerData.fingeringInfo.orientation === 1) {
+		if (!browsInfo.ios && fingerData.fingeringInfo.orientation === 1) {
 			getAPPData("top");
 		}
-		if (!props.isComponent && !browsInfo.ios && fingerData.fingeringInfo.orientation === 0) {
+		if (!browsInfo.ios && fingerData.fingeringInfo.orientation === 0) {
 			getAPPData("left");
 		}