Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
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
lea guo
2019-09-16 15:19:14 +0800
Commit
56f2131b98f01b19569357cd673ed6bb263cebb3
1 parent
b04ed549
发现好货
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/find-goods.js
apps/activity/controllers/find-goods.js
View file @
56f2131
...
...
@@ -7,7 +7,7 @@ exports.index = function(req, res, next) {
const
{
page
=
1
}
=
req
.
query
||
{};
req
.
ctx
(
FindGoods
)
.
findGoods
({
page
,
limit
:
5
})
.
findGoods
({
page
})
.
then
(
result
=>
{
if
(
!
result
)
{
return
next
();
...
...
Please
register
or
login
to post a comment