提交 933e69eb authored 作者: lihuihui's avatar lihuihui

updata

上级 8d96ccf5
......@@ -132,12 +132,16 @@ export default {
},
methods: {
goAbilityExam() {
this.$router.push({
path: '/exam/index',
query: {
t: 1
}
})
if (this.isWeapp) {
wx.miniProgram.navigateTo({ url: `/pages/web/index?src=${window.location.origin}/exam/index?t=1` })
} else {
this.$router.push({
path: '/exam/index',
query: {
t: 1
}
})
}
},
goCourse() {
if (this.isWeapp) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论