Parcourir la source

买卖家中心安全等级过低提示框弹出

liusw il y a 7 ans
Parent
commit
ad59e5db31

+ 1 - 2
src/main/webapp/resources/js/common/controllers/commonCtrls.js

@@ -1772,9 +1772,8 @@ define([ 'app/app' ], function(app) {
   /**
    * 左侧导航栏控制器
    */
-	app.controller('leftNavCtrl', ["$scope", "toaster", function($scope, toaster){
+	app.controller('leftNavCtrl', ["$scope", "toaster", "$modal", "$rootScope", function($scope, toaster, $modal, $rootScope){
         //安全设置提醒框
-
         $scope.openHomeCenterModel = function() {
             var modalInstance = $modal.open({
                 animation: true,