去掉赞赏模块

This commit is contained in:
luchenqun 2017-06-06 14:36:41 +08:00
parent b2e7be9f9a
commit 31b9d41126
1 changed files with 4 additions and 10 deletions

View File

@ -6,14 +6,14 @@ app.factory('dataService', [function() {
LoginIndexNote: 2, LoginIndexNote: 2,
LoginIndexHot: 3, LoginIndexHot: 3,
LoginIndexSettings: 4, LoginIndexSettings: 4,
LoginIndexPraise: 5, // LoginIndexPraise: 5,
LoginIndexAdvice: 6, LoginIndexAdvice: 5,
// 非登陆索引 // 非登陆索引
NotLoginIndexHome: 0, NotLoginIndexHome: 0,
NotLoginIndexLogin: 1, NotLoginIndexLogin: 1,
NotLoginIndexHot: 2, NotLoginIndexHot: 2,
NotLoginIndexPraise: 3, // NotLoginIndexPraise: 3,
loginMenus: [{ loginMenus: [{
uiSref: 'bookmarks', uiSref: 'bookmarks',
@ -30,10 +30,7 @@ app.factory('dataService', [function() {
}, { }, {
uiSref: 'settings', uiSref: 'settings',
title: '设置' title: '设置'
}, { },{
uiSref: 'praise',
title: '赞赏'
}, {
uiSref: 'advice', uiSref: 'advice',
title: '留言' title: '留言'
}], }],
@ -46,9 +43,6 @@ app.factory('dataService', [function() {
}, { }, {
uiSref: 'hot', uiSref: 'hot',
title: '热门收藏' title: '热门收藏'
}, {
uiSref: 'praise',
title: '赞赏'
}], }],
animationIndex: 0, animationIndex: 0,
animation: function() { animation: function() {