diff --git a/www/scripts/services/data-service.js b/www/scripts/services/data-service.js index d30ec52..21f8822 100644 --- a/www/scripts/services/data-service.js +++ b/www/scripts/services/data-service.js @@ -24,7 +24,8 @@ app.factory('dataService', [function () { title: '备忘' }, { uiSref: 'hot', - title: '热门' + title: '热门', + show: false }, { uiSref: 'settings', title: '设置' @@ -40,7 +41,8 @@ app.factory('dataService', [function () { title: '登录' }, { uiSref: 'hot', - title: '热门' + title: '热门', + show: false }], animationIndex: 0, animation: function () { diff --git a/www/views/login.html b/www/views/login.html index 18283f8..4e751a6 100644 --- a/www/views/login.html +++ b/www/views/login.html @@ -26,7 +26,7 @@