提交 449f1633 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 c918c102
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="course-assess" v-loading="loading"> <div class="course-assess" v-loading="loading">
<h1 class="title"> <h1 class="title">
{{ $t('pages.learn.courseDetail.Finalresult') }} {{ $t('pages.learn.courseDetail.Finalresult') }}
<template v-if="data.course_score"> {{ data.course_score }}{{ $t('pages.learn.courseDetail.point') }} </template> <template v-if="course.grade">{{ course.grade }}</template>
<template v-else>{{ $t('pages.learn.courseDetail.no') }}</template> <template v-else>{{ $t('pages.learn.courseDetail.no') }}</template>
</h1> </h1>
<div> <div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论