Browse Source

卖家中心 弹框条件修改

529010777@qq.com 8 years ago
parent
commit
b3fc244e8d

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_index_ctrl.js

@@ -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();
       }