...
|
...
|
@@ -44,7 +44,6 @@ |
|
|
$(".get_code").click(function () {
|
|
|
if (validCode) {
|
|
|
var user_phone = $(".login_phone").val();
|
|
|
console.log(user_phone);
|
|
|
if (!user_phone) {
|
|
|
layer.msg("手机号码格式不正确")
|
|
|
} else {
|
...
|
...
|
@@ -69,9 +68,9 @@ |
|
|
code.html(time + "秒");
|
|
|
validCode = false;
|
|
|
} else {
|
|
|
validCode = true;
|
|
|
code.html("重新获取");
|
|
|
clearInterval(t);
|
|
|
validCode = true;
|
|
|
}
|
|
|
}, 1000)
|
|
|
}
|
...
|
...
|
|