提交 f393207b authored 作者: matian's avatar matian

bug fixes

上级 fac709bb
...@@ -23,11 +23,11 @@ export default { ...@@ -23,11 +23,11 @@ export default {
this.$message.error('暂无权限') this.$message.error('暂无权限')
return return
} }
// if (new Date(this.$store.state.user.student_info.expiration_time).getTime() < new Date().getTime()) { if (new Date(this.$store.state.user.student_info.expiration_time).getTime() < new Date().getTime()) {
// this.$message.warning('您的课程已到期') this.$message.warning('您的课程已到期,请完成续费后再学习和考试')
// } else { } else {
this.$router.push({ name: 'courseLearnItem', query: { id: data.course_id } }) this.$router.push({ name: 'courseLearnItem', query: { id: data.course_id } })
// } }
}, },
// 搜索 // 搜索
handleSearch() {} handleSearch() {}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论