|
@@ -753,6 +753,9 @@ const initHand = () => {
|
|
}
|
|
}
|
|
//左滑动
|
|
//左滑动
|
|
if (e?.data?.result == "next_item") {
|
|
if (e?.data?.result == "next_item") {
|
|
|
|
+ if(examState.value == 43 && time.value.ready){
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
if (examState.value == 43 || examState.value == 42) {
|
|
if (examState.value == 43 || examState.value == 42) {
|
|
if (needStart.value == false) {
|
|
if (needStart.value == false) {
|
|
//自动流程项目重新识别直接返回3
|
|
//自动流程项目重新识别直接返回3
|