|
@@ -90,6 +90,7 @@ const getInit = async () => {
|
|
|
terminateFace(handcontroller_id);
|
|
|
proxy?.$modal.msgWarning(`请重新人脸识别`);
|
|
|
} else {
|
|
|
+ faceState.value = true;
|
|
|
openFace(handcontroller_id);
|
|
|
}
|
|
|
}
|
|
@@ -99,6 +100,7 @@ const getInit = async () => {
|
|
|
let name = e.data.student_name;
|
|
|
let pic = e.data.student_icon;
|
|
|
let obj = { id, name, pic }
|
|
|
+ faceCheckStu.value = obj;
|
|
|
router.push({ path: '/score', query: obj });
|
|
|
}
|
|
|
});
|