提交 ef04d268 authored 作者: lhh's avatar lhh

修改问题

上级 c6b28b78
......@@ -27,8 +27,6 @@ getCourseDetail({ id: route.query?.id as string }).then((res: any) => {
const goExam = function () {
router.push(`/exam?type=course&id=${route.query?.id}&eId=${data.course?.exams[0].examination_id}`)
}
const isExam = function () {}
</script>
<template>
......
......@@ -60,7 +60,7 @@ const isExam = function () {
const viewResult = function () {
Dialog.alert({
title: data.course.category_name,
message: `您的考试成绩:${data.course?.exams[0].score}`
message: `您的考试成绩:${data.course?.exams[0].score}`
}).then(() => {
// on close
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论