Authored by htoooth

add sms account input

... ... @@ -641,7 +641,6 @@ function switchSmsBtnState() {
// 发送短信验证码
function sendCaptchaSmsAsync() {
console.log(getAreaCodeVal());
return $.ajax({
type: 'POST',
url: '/passport/login/sms/send',
... ...