Commit 10cab6bd by xuzhenghua

微信内部支付bug

parent b88669a7
......@@ -123,8 +123,9 @@ class App extends Component {
})
//微信
let code = getParam('code')
let oid = getParam('oid')
if (code) {
if (code && !oid) {
http.get(`${API['home']}/m/wx_loginInfo/code/${code}`)
.then(res => {
......
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