Showing
1 changed file
with
1 additions
and
1 deletions
@@ -39,7 +39,7 @@ class SmsLoginNew extends Page { | @@ -39,7 +39,7 @@ class SmsLoginNew extends Page { | ||
39 | this.bindEvents(); | 39 | this.bindEvents(); |
40 | 40 | ||
41 | // 多次登录失败跳短信认证填充手机号 | 41 | // 多次登录失败跳短信认证填充手机号 |
42 | - this.mobileInput.val(localStorage.loginJumpUrl); | 42 | + this.selector.mobileInput.val(localStorage.loginJumpUrl); |
43 | localStorage.removeItem('loginJumpUrl'); | 43 | localStorage.removeItem('loginJumpUrl'); |
44 | } | 44 | } |
45 | 45 |
-
Please register or login to post a comment