Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2017-01-09 14:55:36 +0800
Commit
59c5bf1d4a9d1b6894945d8a86c3d9972bb1233c
1 parent
533b42c4
精减个人中心首页css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
apps/home/controllers/index.js
public/js/home/index.page.js
public/scss/home/index.page.css
apps/home/controllers/index.js
View file @
59c5bf1
...
...
@@ -34,7 +34,8 @@ exports.index = (req, res, next) => {
pageChannel
:
{
boys
:
true
},
showFooterTab
:
footerModel
.
getUrlData
(
'mine'
)
showFooterTab
:
footerModel
.
getUrlData
(
'mine'
),
localCss
:
true
}));
}
}).
catch
(
next
);
...
...
public/js/home/index.page.js
View file @
59c5bf1
...
...
@@ -12,6 +12,8 @@ var $userAvatar = $('.user-avatar'),
var
myImage
=
new
Image
(),
avatar
;
require
(
'home/index.page.css'
);
require
(
'../common'
);
if
(
$
(
'.recommend-for-you'
).
length
)
{
require
(
'./recommend-for-you-user-center'
);
...
...
public/scss/home/index.page.css
0 → 100644
View file @
59c5bf1
@import
"./home"
;
@import
"../product/detail/recommend-for-you"
;
@import
"../common/_good.css"
;
@import
"../channel/_footer-tab.css"
;
...
...
Please
register
or
login
to post a comment