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

updata

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