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

bug fixes

上级 35667651
...@@ -59,7 +59,16 @@ export default { ...@@ -59,7 +59,16 @@ export default {
this.showMore = !this.showMore this.showMore = !this.showMore
}, },
viewMore() { viewMore() {
this.$router.push({ name: 'courseTagItem', params: { id: this.data.id } }) if (this.isWeapp) {
wx.miniProgram.navigateTo({
url: `/pages/web/index?src=${window.location.origin}/course/tag/${this.data.id}`
})
} else {
this.$router.push({
name: 'courseTagItem',
params: { id: this.data.id }
})
}
}, },
// 去知识点考试页面 // 去知识点考试页面
toExamPage() { toExamPage() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论