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
郭成尧
2018-05-02 10:01:06 +0800
Commit
d992e587ab4d22adc2922c9598432932b2740d3b
1 parent
0d395ea5
cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/guang/models/detail.js
apps/guang/models/detail.js
View file @
d992e58
...
...
@@ -433,6 +433,9 @@ class DetailModel extends global.yoho.BaseModel {
page
:
params
.
page
,
limit
:
params
.
limit
||
20
,
udid
:
params
.
udid
},
param
:
{
cache
:
true
}
}).
then
(
result
=>
{
return
_
.
get
(
result
,
'data.list'
,
[]);
...
...
Please
register
or
login
to post a comment