正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论