提交 1773b217 authored 作者: lihuihui's avatar lihuihui

updata

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