2d406d41 by ex

登录

1 parent cea2e941
...@@ -21,7 +21,6 @@ angular.module('myApp') ...@@ -21,7 +21,6 @@ angular.module('myApp')
21 if (data.meta.code == 200) { 21 if (data.meta.code == 200) {
22 data.data.userName = $scope.phoneNumberVal; 22 data.data.userName = $scope.phoneNumberVal;
23 globalService.saveData('user',data.data); 23 globalService.saveData('user',data.data);
24 window.history.back();
25 layer.open({ 24 layer.open({
26 content: '登录成功', 25 content: '登录成功',
27 time:1 26 time:1
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!