Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmitiao committed Jun 18, 2017
1 parent f9bb660 commit 97d5da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/v/js/cali.login.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $(document).ready(function(){
return response.json();
}).then(function(json) {
if (json.statusCode ==200){
store.set("session", json.info);
var form = commonData();
form.append("session",json.info);
fetch('/api/user/info',{method:'post',body:form}).then(function(response) {
Expand Down

0 comments on commit 97d5da4

Please sign in to comment.