cea2e941 by ex

登录

1 parent bb2643e8
......@@ -21,10 +21,11 @@ angular.module('myApp')
if (data.meta.code == 200) {
data.data.userName = $scope.phoneNumberVal;
globalService.saveData('user',data.data);
// layer.open({
// content: '登录成功',
// time:1
// });
window.history.back();
layer.open({
content: '登录成功',
time:1
});
setTimeout(function() {
location.reload();
} , 300);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!