|
@@ -14,7 +14,7 @@
|
|
|
{{ faceCheckStu.student_id ? faceCheckStu.name : area && ![0].includes(examState) ? "虚位以待" : area &&
|
|
|
[0].includes(examState) ? "离线" : "未启用" }}
|
|
|
</div>
|
|
|
- <Transition :enter-active-class="proxy?.animate.hand.enter">
|
|
|
+ <!-- <Transition :enter-active-class="proxy?.animate.hand.enter">
|
|
|
<div class="ctrlBox"
|
|
|
v-if="props.examState == 43 && examState == 43 && handcontroller && ctrl == area && faceCheckStu.student_id">
|
|
|
<img src="@/assets/images/test/jushou.png" />
|
|
@@ -22,7 +22,7 @@
|
|
|
请举左手开始
|
|
|
</div>
|
|
|
</div>
|
|
|
- </Transition>
|
|
|
+ </Transition> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="score">
|