展示手机号
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -19,7 +19,7 @@ angular.module('myApp') | ... | @@ -19,7 +19,7 @@ angular.module('myApp') |
| 19 | if(res.meta.code == 200) { | 19 | if(res.meta.code == 200) { |
| 20 | dingdaService.verifyPhoneCode(res.data.mobile, res.data.code).success(function (data) { | 20 | dingdaService.verifyPhoneCode(res.data.mobile, res.data.code).success(function (data) { |
| 21 | if (data.meta.code == 200) { | 21 | if (data.meta.code == 200) { |
| 22 | data.data.userName = $scope.phoneNumberVal; | 22 | data.data.userName = res.data.mobile; |
| 23 | globalService.saveData('user',data.data); | 23 | globalService.saveData('user',data.data); |
| 24 | layer.open({ | 24 | layer.open({ |
| 25 | content: '登录成功', | 25 | content: '登录成功', | ... | ... |
-
Please register or sign in to post a comment