|
|
@@ -43,7 +43,7 @@ $(document).ready(function () {
|
|
|
captchaObj.onSuccess(function () {
|
|
|
$(".btn-area").slideDown("fast");
|
|
|
// $('#login').click();
|
|
|
- captchaObj.getValidate();
|
|
|
+ // captchaObj.getValidate();
|
|
|
});
|
|
|
|
|
|
$("#login").click(function () {
|
|
|
@@ -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) {
|
|
|
@@ -479,7 +479,7 @@ function setVersion(versionData) {
|
|
|
let html = '';
|
|
|
for (let version of versionData) {
|
|
|
let description = version.description ? version.description : '介绍内容';
|
|
|
- let tmpHtml = '<div class="col-sm-6">' +
|
|
|
+ let tmpHtml = '<div class="col-sm-6 mb-3">' +
|
|
|
'<div class="card card-block">' +
|
|
|
'<div class="card-body">' +
|
|
|
'<h3 class="card-title">'+ version.name +'</h3>' +
|