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

bug fixes

上级 c03a2539
......@@ -70,7 +70,7 @@ export default {
beforeMount() {
// 检测是否是付费用户
this.$store.dispatch('checkIsVip').then(isVip => {
if (!isVip) {
if (isVip) {
this.getCourse()
} else {
const routes = { 0: '/pay', 1: '/payPage' }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论