Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
梁志锋
2016-06-24 20:45:15 +0800
Commit
f29ff59c500e879521669ccdc1ce6a4971826f84
2 parents
237f28a3
d1cc664c
Merge remote-tracking branch 'remotes/origin/release/4.6'
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
apps/guang/controllers/star.js
public/dist/m-yohobuy-node/0.1.0/index.css
public/scss/guang/star/_collocation.css
public/scss/guang/star/_star.css
apps/guang/controllers/star.js
View file @
f29ff59
...
...
@@ -70,6 +70,8 @@ exports.index = (req, res, next) => {
exports
.
getIndexHtml
=
(
req
,
res
,
next
)
=>
{
starModel
.
getIndexData
().
then
((
result
)
=>
{
if
(
md5Str
!==
result
.
md5
)
{
md5Str
=
result
.
md5
;
res
.
render
(
'star/index-html'
,
_
.
assign
({
layout
:
false
,
content
:
{
...
...
public/dist/m-yohobuy-node/0.1.0/index.css
View file @
f29ff59
This diff could not be displayed because it is too large.
public/scss/guang/star/_collocation.css
View file @
f29ff59
...
...
@@ -29,6 +29,7 @@
img
{
width
:
100%
;
min-height
:
310px
;
}
.title
{
...
...
public/scss/guang/star/_star.css
View file @
f29ff59
...
...
@@ -144,7 +144,7 @@
width
:
auto
;
width
:
110px
;
height
:
110px
;
margin-top
:
3
4
px
;
margin-top
:
3
6
px
;
background
:
#000
;
span
{
...
...
Please
register
or
login
to post a comment