Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2017-06-14 19:46:14 +0800
Commit
7febc924454a03187b7fe655bf98ba97be53b471
2 parents
7ef15949
b966d811
Merge branch 'hotfix/minScreen' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/controllers/index.js
apps/guang/controllers/index.js
View file @
7febc92
...
...
@@ -305,7 +305,7 @@ exports.detail = (req, res, next) => {
pathNav
:
pathNav
,
id
:
id
,
header
:
Object
.
assign
({},
info
,
ret
[
8
]
||
{},
header
:
Object
.
assign
({},
info
,
ret
[
9
]
||
{},
{
commentNum
:
_
.
get
(
ret
[
3
],
'commentNum'
,
0
)
}),
content
:
ret
[
1
],
hotTags
:
ret
[
2
],
...
...
Please
register
or
login
to post a comment