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

bug fixes

上级 a4a3f228
......@@ -53,7 +53,7 @@ export default {
},
handleClick(data) {
if (this.isWeapp) {
let url = `/pages/course/player?id=${this.courseId}&chapter_id=${data.id}`
let url = `/pages/course/player?course_id=${this.courseId}&chapter_id=${data.id}`
// 未开通
if (!data.free && !this.isVip) {
url = `/pages/web/index?src=${window.location.origin}/pay`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论