Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
陈峰
2017-05-18 16:31:18 +0800
Commit
c389472553554a83f312b7d60be8544d4b483a10
1 parent
0f2f8a2a
解决新品到着limit问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/product/models/new.js
apps/product/models/new.js
View file @
c389472
...
...
@@ -45,6 +45,7 @@ exports.getNewData = (params) => {
params
=
Object
.
assign
({
method
:
'app.search.newProduct'
,
limit
:
20
},
params
);
return
api
.
get
(
''
,
params
).
then
(
result
=>
{
...
...
Please
register
or
login
to post a comment