|
|
@@ -312,18 +312,18 @@ function login(captchaObj) {
|
|
|
}
|
|
|
} else if(response.error === 2) {
|
|
|
// $('#phonepass').modal('hide');
|
|
|
- captchaObj.reset();
|
|
|
+ // captchaObj.reset();
|
|
|
$('#check_ssoId').val(response.ssoId);
|
|
|
$('#phone').modal('show');
|
|
|
} else if(response.error === 3) {
|
|
|
- captchaObj.reset();
|
|
|
+ // captchaObj.reset();
|
|
|
$('#phonepass').modal('show');
|
|
|
$('#mobileLogin').val(response.data);
|
|
|
} else {
|
|
|
// $('#phonepass').modal('hide');
|
|
|
let msg = response.msg !== undefined ? response.msg : '未知错误';
|
|
|
showError(msg, $("input"));
|
|
|
- captchaObj.reset();
|
|
|
+ // captchaObj.reset();
|
|
|
}
|
|
|
},
|
|
|
error: function (result) {
|