没钱喝咖啡了

This commit is contained in:
luchenqun 2018-05-16 21:08:34 +08:00
parent daf79e71f2
commit be161c6663
2 changed files with 10 additions and 2 deletions

View File

@ -108,3 +108,5 @@ console.log([
" 别人笑我忒疯癫,我笑自己命太贱;", " 别人笑我忒疯癫,我笑自己命太贱;",
" 不见满街漂亮妹,哪个归得程序员?", " 不见满街漂亮妹,哪个归得程序员?",
].join('\n')); ].join('\n'));
console.log = function(){}

View File

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