|
@@ -212,7 +212,7 @@
|
|
$('.J_listitme_group').eq(indexValue).show().siblings('.J_listitme_group').hide();
|
|
$('.J_listitme_group').eq(indexValue).show().siblings('.J_listitme_group').hide();
|
|
});
|
|
});
|
|
|
|
|
|
- $("#email_reset").click(function (event){
|
|
|
|
|
|
+ $('#getPassByEmailForm').on('submit', function(event) {
|
|
event.preventDefault();
|
|
event.preventDefault();
|
|
var emailValue = $.trim($('#email').val());
|
|
var emailValue = $.trim($('#email').val());
|
|
if (emailValue == '') {
|
|
if (emailValue == '') {
|
|
@@ -225,11 +225,13 @@
|
|
$('#email').focus();
|
|
$('#email').focus();
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- captcha.show();
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ captcha_email.show();
|
|
|
|
+ });
|
|
|
|
|
|
- })
|
|
|
|
|
|
+ // $("#email_reset").click(function (event){
|
|
|
|
+ // event.preventDefault();
|
|
|
|
+ //
|
|
|
|
+ // })
|
|
|
|
|
|
// 点击获取验证码先判断是否输入了手机号
|
|
// 点击获取验证码先判断是否输入了手机号
|
|
$('#J_getverificode').click(function() {
|
|
$('#J_getverificode').click(function() {
|