注册验证

dev_tj
杨树明 5 years ago
parent 308833ea64
commit acb2de1166

@ -608,7 +608,7 @@ class LoginRegisterComponent extends Component {
}; };
//短信验证 //短信验证
SMSverification = () => { SMSverification = () => {
let logins=this.state.login; let logins=this.state.logins;
var url = `/accounts/get_verification_code.json`; var url = `/accounts/get_verification_code.json`;
axios.get((url), { axios.get((url), {
params: { params: {

Loading…
Cancel
Save