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

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

@@ -118,6 +118,8 @@ export default defineComponent({
 					if (fingerData.fingeringInfo.orientation === 1){
 					if (fingerData.fingeringInfo.orientation === 1){
 						api_setRequestedOrientation(fingerData.fingeringInfo.orientation);
 						api_setRequestedOrientation(fingerData.fingeringInfo.orientation);
 						// fingerData.fingeringInfo.orientation = 1
 						// fingerData.fingeringInfo.orientation = 1
+					} else {
+						fingerData.fingeringInfo.orientation = 1
 					}
 					}
 				}
 				}
 			}, 2000)
 			}, 2000)