@@ -53,7 +53,7 @@ define(['app/app', 'calendar'], function(app) {
}
//安全级别
- if(!($scope.userInfo.pwdEnable && $scope.userInfo.haveUserQuestion && $scope.userInfo.userEmail==null?false:true)){
+ if(!($scope.userInfo.pwdEnable && $scope.userInfo.haveUserQuestion && ($scope.userInfo.userEmail==null?false:true))){
$scope.openHomeCenterModel();