From 31b9d41126246be31594fe8b2fa74399b63cfbae Mon Sep 17 00:00:00 2001 From: luchenqun Date: Tue, 6 Jun 2017 14:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B5=9E=E8=B5=8F=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/services/data-service.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/public/scripts/services/data-service.js b/public/scripts/services/data-service.js index 8f391b6..2703c51 100644 --- a/public/scripts/services/data-service.js +++ b/public/scripts/services/data-service.js @@ -6,14 +6,14 @@ app.factory('dataService', [function() { LoginIndexNote: 2, LoginIndexHot: 3, LoginIndexSettings: 4, - LoginIndexPraise: 5, - LoginIndexAdvice: 6, + // LoginIndexPraise: 5, + LoginIndexAdvice: 5, // 非登陆索引 NotLoginIndexHome: 0, NotLoginIndexLogin: 1, NotLoginIndexHot: 2, - NotLoginIndexPraise: 3, + // NotLoginIndexPraise: 3, loginMenus: [{ uiSref: 'bookmarks', @@ -30,10 +30,7 @@ app.factory('dataService', [function() { }, { uiSref: 'settings', title: '设置' - }, { - uiSref: 'praise', - title: '赞赏' - }, { + },{ uiSref: 'advice', title: '留言' }], @@ -46,9 +43,6 @@ app.factory('dataService', [function() { }, { uiSref: 'hot', title: '热门收藏' - }, { - uiSref: 'praise', - title: '赞赏' }], animationIndex: 0, animation: function() {