Commit 810ca74c by 冷斌

fix bug

parent 70af5b5b
...@@ -90,6 +90,8 @@ ...@@ -90,6 +90,8 @@
let d = data.data; let d = data.data;
if (d.code > 0) { if (d.code > 0) {
layer.msg(d.msg); layer.msg(d.msg);
} else {
sessionStorage.setItem("user_info", d.info[0]);
} }
}else{ }else{
layer.msg(data.msg); layer.msg(data.msg);
......
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