提交 8a2c6a36 authored 作者: lihuihui's avatar lihuihui

updata

上级 dc0995d4
...@@ -27,19 +27,20 @@ export default { ...@@ -27,19 +27,20 @@ export default {
}, },
methods: { methods: {
cardChange(e) { cardChange(e) {
const path = `/exam/answer?${e}` console.log(e)
if (this.isWeapp) { // const path = `/exam/answer?${e}`
const src = encodeURIComponent(`${window.location.origin}${path}`) // if (this.isWeapp) {
wx.miniProgram.navigateTo({ // const src = encodeURIComponent(`${window.location.origin}${path}`)
url: `/pages/web/index?src=${src}` // wx.miniProgram.navigateTo({
}) // url: `/pages/web/index?src=${src}`
} else { // })
this.$router.push({ path }) // } else {
} // this.$router.push({ path })
// this.$router.push({ // }
// path: '/exam/answer', this.$router.push({
// query: e path: '/exam/answer',
// }) query: e
})
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论