Commit e6b51925 by 冷斌

fix bug

parent 810ca74c
......@@ -91,6 +91,7 @@
if (d.code > 0) {
layer.msg(d.msg);
} else {
console.log(d.info, d.info[0]);
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