Commit 3a7bbf10 by 冷斌

fix bug

parent e6b51925
......@@ -91,7 +91,7 @@
if (d.code > 0) {
layer.msg(d.msg);
} else {
console.log(d.info, d.info[0]);
console.log(d.info, d.info[0], d.info[0].id);
sessionStorage.setItem("user_info", d.info[0]);
}
}else{
......
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 to comment