林旭祥 7 ヶ月 前
コミット
0f9c239e19
1 ファイル変更2 行追加1 行削除
  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()
       }
       //确认退出