meta 拼错
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -16,7 +16,7 @@ angular.module('myApp') | ... | @@ -16,7 +16,7 @@ angular.module('myApp') |
| 16 | var code = getUrl('code') | 16 | var code = getUrl('code') |
| 17 | if(code){ | 17 | if(code){ |
| 18 | dingdaService.verifyThirdCode(code).success(function (res) { | 18 | dingdaService.verifyThirdCode(code).success(function (res) { |
| 19 | if(res.mate.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 = $scope.phoneNumberVal; | ... | ... |
-
Please register or sign in to post a comment