Ver código fonte

日常开发

林旭祥 7 meses atrás
pai
commit
0f9c239e19
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/train/multiple.vue

+ 2 - 1
src/views/train/multiple.vue

@@ -572,6 +572,7 @@ const initHand = () => {
     }
     //举左手
     if (e?.data?.result == "left_hand") {
+      console.log("左手")
       //开始识别
       if (needStart.value && examState.value < 41) {
         getOpenOneTestAndStartFace();
@@ -581,7 +582,7 @@ const initHand = () => {
         getStopFace();
       }
       //开始测试
-      if (needStart.value && examState.value == 43) {
+      if (examState.value == 43) {
         getReady()
       }
       //确认退出