Commit bc810be1 by 梁建民

js

parent ceb5207d
Showing with 3 additions and 0 deletions
......@@ -302,6 +302,7 @@
IcController.getData(apis.authlogin, 'POST', data.field, function (res) {
if (res.err_code === 0) {
//注入token
......@@ -311,6 +312,8 @@
} else {
$(".error-text").hide();
layer.msg(res.err_msg);
opt.isClick = false;
......
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