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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-04-09 17:21:31 +0800
Commit
f6d96c3a6b6f705ade5b4b9667de05a1d26114a1
1 parent
6aab3715
add _sncp
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/product/controllers/list.js
package.json
apps/product/controllers/list.js
View file @
f6d96c3
...
...
@@ -231,6 +231,7 @@ const category = (req, res, next) => {
order
:
'0'
,
page
:
1
,
limit
:
12
,
isApp
:
params
.
app_version
},
params
);
if
(
uid
)
{
...
...
package.json
View file @
f6d96c3
...
...
@@ -50,7 +50,7 @@
"xml2js"
:
"^0.4.17"
,
"yoho-express-session"
:
"^2.0.0"
,
"yoho-md5"
:
"^2.0.0"
,
"yoho-node-lib"
:
"=0.2.1
1
"
,
"yoho-node-lib"
:
"=0.2.1
6
"
,
"yoho-zookeeper"
:
"^1.0.8"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment