|
@@ -650,6 +650,7 @@ const initHand = () => {
|
|
}
|
|
}
|
|
//左滑动
|
|
//左滑动
|
|
if (e?.data?.result == "next_item") {
|
|
if (e?.data?.result == "next_item") {
|
|
|
|
+ proxy?.$modal.msgSuccess('手势指令:左滑动');
|
|
// if(examState.value == 43 && time.value.ready){
|
|
// if(examState.value == 43 && time.value.ready){
|
|
// return false;
|
|
// return false;
|
|
// }
|
|
// }
|
|
@@ -660,6 +661,7 @@ const initHand = () => {
|
|
}
|
|
}
|
|
//举左手
|
|
//举左手
|
|
if (e?.data?.result == "left_hand") {
|
|
if (e?.data?.result == "left_hand") {
|
|
|
|
+ proxy?.$modal.msgSuccess('手势指令:举左手');
|
|
//举左手确认退出
|
|
//举左手确认退出
|
|
// if (exitStatus.value) {
|
|
// if (exitStatus.value) {
|
|
// exitStatus.value = 0;
|
|
// exitStatus.value = 0;
|
|
@@ -697,6 +699,7 @@ const initHand = () => {
|
|
}
|
|
}
|
|
//退出
|
|
//退出
|
|
if (e?.data?.result == "exit") {
|
|
if (e?.data?.result == "exit") {
|
|
|
|
+ proxy?.$modal.msgSuccess('手势指令:交叉手');
|
|
// console.log("exitStatus.value", exitStatus.value)
|
|
// console.log("exitStatus.value", exitStatus.value)
|
|
if (exitStatus.value == 0) {
|
|
if (exitStatus.value == 0) {
|
|
speckText("请保持两秒确认退出");
|
|
speckText("请保持两秒确认退出");
|