Commit 5ed9e1c1 by 冷斌

fix bug

parent 3a7bbf10
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
layer.msg(d.msg); layer.msg(d.msg);
} else { } else {
console.log(d.info, d.info[0], d.info[0].id); console.log(d.info, d.info[0], d.info[0].id);
sessionStorage.setItem("user_info", d.info[0]); sessionStorage.setItem("user_info",JSON.stringify(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