Commit 87ac149f authored by 徐士卿's avatar 徐士卿

dabao

parent 33306b76
This diff is collapsed.
...@@ -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