|
|
@@ -20,18 +20,6 @@ define(['app/app'], function (app) {
|
|
|
$scope.userInfoBackup = angular.copy($scope.userInfo);
|
|
|
$scope.canAddTotal = 20;
|
|
|
|
|
|
- //手机号和邮箱号的部分隐藏
|
|
|
- if($scope.userInfo.userTel){
|
|
|
- $scope.userInfo.userTel = $scope.userInfo.userTel.substr(0, 3)
|
|
|
- + '****' + $scope.userInfo.userTel.substr(7);
|
|
|
- }
|
|
|
- var userEmailTemp = $scope.userInfo.userEmail
|
|
|
- ? $scope.userInfo.userEmail.indexOf("@") : '';
|
|
|
- if (userEmailTemp != '') {
|
|
|
- $scope.userInfo.userEmail = $scope.userInfo.userEmail.substr(
|
|
|
- 0,1) + "***"
|
|
|
- + $scope.userInfo.userEmail.substr(userEmailTemp);
|
|
|
- }
|
|
|
// 获取企业信息
|
|
|
if ($scope.userInfo.enterprise) {
|
|
|
Enterprise.getEnterpriseInfo({enuu: $scope.userInfo.enterprise.uu},
|