Commit 08f208c6 by 高淑倩

modify: 授权跳转

parent b34b0e18
...@@ -98,9 +98,7 @@ class WXService extends Http { ...@@ -98,9 +98,7 @@ class WXService extends Http {
} }
} else if(res.msg && res.msg.indexOf('请重新授权') > -1) { } else if(res.msg && res.msg.indexOf('请重新授权') > -1) {
wx.setStorageSync('reLoginErr', true) wx.setStorageSync('reLoginErr', true)
// wxService.router(`/pages/userCenter/userCenter`).replace() this.replace('/pages/userCenter/userCenter')
console.log("授权跳转")
wxService.router(`/pages/userCenter/userCenter`).back()
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment