登录失败刷新验证码
This commit is contained in:
@ -32,6 +32,7 @@ function login() {
|
|||||||
if (r.code == 0) {
|
if (r.code == 0) {
|
||||||
parent.location.href = ctx + 'index';
|
parent.location.href = ctx + 'index';
|
||||||
} else {
|
} else {
|
||||||
|
$('.imgcode').click();
|
||||||
layer.msg(r.msg);
|
layer.msg(r.msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user