|
@@ -32,7 +32,8 @@
|
|
countdownNumFormat
|
|
countdownNumFormat
|
|
}}</div>
|
|
}}</div>
|
|
<div class="tips" v-if="examState == 41">
|
|
<div class="tips" v-if="examState == 41">
|
|
- <img v-if="parameter.gesture" src="@/assets/images/test/ready.png" />
|
|
|
|
|
|
+ <img v-if="parameter.gesture" src="@/assets/images/test/ready1.png" />
|
|
|
|
+ <img v-if="!parameter.gesture" src="@/assets/images/test/ready2.png" />
|
|
</div>
|
|
</div>
|
|
<div class="complete" v-if="faceCheckStu.student_id">
|
|
<div class="complete" v-if="faceCheckStu.student_id">
|
|
<div class="scoreBox">
|
|
<div class="scoreBox">
|
|
@@ -70,8 +71,8 @@
|
|
<div class="tips"><img src="/src/assets/images/test/tips.png" /></div>
|
|
<div class="tips"><img src="/src/assets/images/test/tips.png" /></div>
|
|
<div class="pic"><img :src="'/src/assets/images/test/tips/' + parameter.project + '.png'" /></div>
|
|
<div class="pic"><img :src="'/src/assets/images/test/tips/' + parameter.project + '.png'" /></div>
|
|
</div>
|
|
</div>
|
|
- <div class="bottom-right">
|
|
|
|
- {{ currentResultObj?._comments?.join() }}
|
|
|
|
|
|
+ <div class="bottom-right" v-html="dic.projectNote[parameter.project]">
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -240,6 +241,7 @@ const getStopFace = async () => {
|
|
// if (examState.value != 41) {
|
|
// if (examState.value != 41) {
|
|
// return false;
|
|
// return false;
|
|
// }
|
|
// }
|
|
|
|
+ getClearTimer("face");
|
|
speckText(faceCheckStu.value.name + ",请准备");
|
|
speckText(faceCheckStu.value.name + ",请准备");
|
|
await stopFace();
|
|
await stopFace();
|
|
if (faceCheckStu.value.student_id) {
|
|
if (faceCheckStu.value.student_id) {
|
|
@@ -312,6 +314,7 @@ const getStartOneTest = () => {
|
|
} else {
|
|
} else {
|
|
getCounting("-");
|
|
getCounting("-");
|
|
}
|
|
}
|
|
|
|
+ speckText("哨声");
|
|
} else {
|
|
} else {
|
|
speckText(faceCheckStu.value.name + ",请开始测试");
|
|
speckText(faceCheckStu.value.name + ",请开始测试");
|
|
}
|
|
}
|
|
@@ -452,7 +455,8 @@ const initProject = () => {
|
|
* 时间转换
|
|
* 时间转换
|
|
*/
|
|
*/
|
|
const countdownNumFormat = computed(() => {
|
|
const countdownNumFormat = computed(() => {
|
|
- return proxy?.$utils.timeFormat(time.value.countdownNum);
|
|
|
|
|
|
+ return time.value.countdownNum;
|
|
|
|
+ //return proxy?.$utils.timeFormat(time.value.countdownNum);
|
|
});
|
|
});
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -979,7 +983,7 @@ $waiPadding: 6.51rem;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
.bottom-left {
|
|
.bottom-left {
|
|
- width: 60%;
|
|
|
|
|
|
+ width: 58%;
|
|
padding-right: 1rem;
|
|
padding-right: 1rem;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -1009,7 +1013,7 @@ $waiPadding: 6.51rem;
|
|
}
|
|
}
|
|
|
|
|
|
.bottom-right {
|
|
.bottom-right {
|
|
- width: 40%;
|
|
|
|
|
|
+ width: 41%;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
color: #F9F9F9;
|
|
color: #F9F9F9;
|