43297d18 by ex

展示手机号

1 parent 2d406d41
......@@ -19,7 +19,7 @@ angular.module('myApp')
if(res.meta.code == 200) {
dingdaService.verifyPhoneCode(res.data.mobile, res.data.code).success(function (data) {
if (data.meta.code == 200) {
data.data.userName = $scope.phoneNumberVal;
data.data.userName = res.data.mobile;
globalService.saveData('user',data.data);
layer.open({
content: '登录成功',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!