Commit 629e8129 by 梁建民

帐号禁用

parent 1c9d9acc
Showing with 36 additions and 0 deletions
...@@ -280,6 +280,24 @@ ...@@ -280,6 +280,24 @@
window.location.href = home_url; window.location.href = home_url;
} else if (res.errcode === 505) {
$(".error-text").hide();
layer.confirm('账户被禁用,请联系0755-23940717,进行解禁', {
btn: ['取消', '联系客服']
}, function () {
layer.closeAll();
}, function () {
layer.msg('0755-23940717', {
time: 8000
});
});
opt.isClick = false;
$(data.elem).removeClass("layui-btn-disabled");
} else { } else {
layer.msg(res.errmsg); layer.msg(res.errmsg);
...@@ -316,6 +334,24 @@ ...@@ -316,6 +334,24 @@
window.location.href = home_url; window.location.href = home_url;
} else if (res.errcode === 505) {
$(".error-text").hide();
layer.confirm('账户被禁用,请联系0755-23940717,进行解禁', {
btn: ['取消', '联系客服']
}, function () {
layer.closeAll();
}, function () {
layer.msg('0755-23940717', {
time: 8000
});
});
opt.isClick = false;
$(data.elem).removeClass("layui-btn-disabled");
} else { } else {
$(".error-text").hide(); $(".error-text").hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment