From 1ba361f737a047e0260a40b68b8da41e7ff0f265 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Wed, 8 Feb 2017 15:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/search-controller.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/scripts/controllers/search-controller.js b/public/scripts/controllers/search-controller.js index cf547be..02c9b6b 100644 --- a/public/scripts/controllers/search-controller.js +++ b/public/scripts/controllers/search-controller.js @@ -158,10 +158,11 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi $scope.bookmarkCount = data.totalItems; $scope.totalPages = Math.ceil($scope.bookmarkCount / perPageItems); - pubSubService.publish('Common.menuActive', { - login: true, - index: 0 - }); + // 有点问题,暂时留在这里 + // pubSubService.publish('Common.menuActive', { + // login: true, + // index: 0 + // }); }) .catch((err) => console.log('getBookmarks err', err)); }