付智勇

no message

@@ -73,6 +73,7 @@ userController.prototype.login = async(ctx, next) =>{ @@ -73,6 +73,7 @@ userController.prototype.login = async(ctx, next) =>{
73 } 73 }
74 if(!userData.code){ 74 if(!userData.code){
75 return userBack; 75 return userBack;
  76 +
76 }else{ 77 }else{
77 return userData; 78 return userData;
78 } 79 }