提交 1370f4a9 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 8a54342e
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
this.$store.commit('setToken', response.data.TGC) this.$store.commit('setToken', response.data.TGC)
if (this.isWeapp) { if (this.isWeapp) {
wx.miniProgram.postMessage({ data: { token: response.data.TGC } }) wx.miniProgram.postMessage({ data: { token: response.data.TGC } })
wx.miniProgram.navigateBack() wx.miniProgram.navigateBack({ delta: 2 })
return return
} }
if (this.redirectURI) { if (this.redirectURI) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论