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