Commit d9196f7a authored by haiyoucuv's avatar haiyoucuv

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	dist/index.html
parents 91a1e068 87ac149f
...@@ -126,7 +126,7 @@ class LoginPop extends React.Component { ...@@ -126,7 +126,7 @@ class LoginPop extends React.Component {
const param = { const param = {
mobile: phone, mobile: phone,
code: code, code: code,
redirectUrl: encodeURIComponent(window.location.href), redirectUrl: window.location.href,
}; };
const {success, data, desc} = await API.bindPhone(param); const {success, data, desc} = await API.bindPhone(param);
......
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