43297d18 by ex

展示手机号

1 parent 2d406d41
...@@ -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: '登录成功',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!