|
@@ -753,24 +753,24 @@ const initHand = () => {
|
|
|
}
|
|
|
//左滑动
|
|
|
if (e?.data?.result == "next_item") {
|
|
|
- if(examState.value == 43 && time.value.ready){
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (examState.value == 43 || examState.value == 42) {
|
|
|
- speckCancel();//停止播报
|
|
|
- if (needStart.value == false) {
|
|
|
- //自动流程项目重新识别直接返回3
|
|
|
- closeOneTest();
|
|
|
- } else {
|
|
|
- //手动流程项目重新识别43返回41,42返回3
|
|
|
- if (examState.value == 43) {
|
|
|
- cleanData();
|
|
|
- startFace();
|
|
|
- } else {
|
|
|
- closeOneTest();
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // if(examState.value == 43 && time.value.ready){
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
+ // if (examState.value == 43 || examState.value == 42) {
|
|
|
+ // speckCancel();//停止播报
|
|
|
+ // if (needStart.value == false) {
|
|
|
+ // //自动流程项目重新识别直接返回3
|
|
|
+ // closeOneTest();
|
|
|
+ // } else {
|
|
|
+ // //手动流程项目重新识别43返回41,42返回3
|
|
|
+ // if (examState.value == 43) {
|
|
|
+ // cleanData();
|
|
|
+ // startFace();
|
|
|
+ // } else {
|
|
|
+ // closeOneTest();
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
//举左手
|
|
|
if (e?.data?.result == "left_hand") {
|