|
@@ -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()
|
|
|
}
|
|
|
//确认退出
|