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

updata

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