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
Plain Diff
Browse Files
Authored by
毕凯
2017-06-09 10:41:36 +0800
Commit
1c01406a320105959218a9493f162d0c86112779
2 parents
eafb2b3c
e988dd03
Merge branch 'feature/similar' into 'release/5.8'
代码检查 See merge request
!646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/similar.js
apps/product/controllers/similar.js
View file @
1c01406
...
...
@@ -19,4 +19,4 @@ exports.index = (req, res, next) => {
req
.
ctx
(
similarModel
).
list
({
skn
:
req
.
query
.
skn
}).
then
(
result
=>
{
res
.
render
(
'similar/index'
,
Object
.
assign
(
responseData
,
result
));
}).
catch
(
next
);
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment