From 982aad19f7117b9dd540391385c2f453c414f859 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 04 七月 2024 14:59:31 +0800 Subject: [PATCH] fix:在线培训 --- src/views/exam/components/answer-time/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/exam/components/answer-time/index.vue b/src/views/exam/components/answer-time/index.vue index 629137d..9aa8742 100644 --- a/src/views/exam/components/answer-time/index.vue +++ b/src/views/exam/components/answer-time/index.vue @@ -18,7 +18,7 @@ const emit = defineEmits(['timeOut']); -const time = ref(dayjs().valueOf() + examInfo.value.examTime * 1000); +const time = ref(dayjs().valueOf() + examInfo.value.suggestTime * 1000 * 60); const timeFinish = () => { emit('timeOut'); -- Gitblit v1.8.0