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
Email Patches
Plain Diff
Browse Files
Authored by
刘传洋
8 years ago
Commit
157986656af31507aa1dc5f92f4f4e1d64764128
1 parent
1db8be8d
comment order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/home/controllers/comment.js
apps/home/controllers/comment.js
View file @
1579866
...
...
@@ -44,7 +44,8 @@ exports.commentList4Order = (req, res, next) => {
.
then
(
data
=>
{
let
result
=
_
.
merge
({
module
:
'home'
,
page
:
'comment'
page
:
'comment'
,
isFromOrder
:
true
},
data
);
res
.
render
(
'comment'
,
result
);
...
...
Please
register
or
login
to post a comment