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

fix: 修复课程详情页面课程类型显示错误的问题

上级 06b462df
......@@ -101,7 +101,9 @@ export default {
const map = {
1: this.$t('action.courseAction.mustLearn'),
2: this.$t('action.courseAction.changeLearn'),
3: this.$t('action.courseAction.repeatLearn')
3: this.$t('action.courseAction.repeatLearn'),
4: '先修课',
5: '语言课'
}
return map[this.detail.course_type]
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论