获取验证码 获取验证码
登录
密码登录 >
使用其他方式登录
if(code.length != 6){ if(code.length == 0){ $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt').show(); $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt > span').text('请输入短信验证码'); }else{ $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt').show(); $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt > span').text('短信验证码错误'); } }else{ $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt').hide(); $('.Mobile-reset-password > .body-box .main .v2 .v-Prompt > span').text(''); } // var password = $('.Mobile-reset-password > .body-box .main .v3 .v-input > input[type=password]').val(); // if (password.length == 0) { // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt').show(); // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt > span').text('请输入新密码'); // }else{ // if(password.length >=8 && password.length <= 18){ // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt').hide(); // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt > span').text(''); // }else{ // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt').show(); // $('.Mobile-reset-password > .body-box .main .v3 .v-Prompt > span').text('8-16个字符,推荐使用符号、字母、数字组合的密码'); // } // } }