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

bug fixes

上级 1a6d4879
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
}, },
goCourseContent(data) { goCourseContent(data) {
if (this.canOpenCourse(data.id)) { if (this.canOpenCourse(data.id)) {
this.$router.push({ path: `/app/learn/course-detail/${data.id}?v=${this.homeList[0].course_type}` }) this.$router.push({ path: `/app/learn/course-detail/${data.id}` })
} }
}, },
getAjaxList(bool, str) { getAjaxList(bool, str) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论