Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-09-14 09:59:51 +0800
Commit
fe9d7f632b473b76a4bf19830044019e11c383f5
2 parents
0047d9bf
b61f2837
Merge branch 'hotfix/change-name' into hotfix/addLoginCap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-product-api.js
apps/product/models/detail-product-api.js
View file @
fe9d7f6
...
...
@@ -191,7 +191,7 @@ const getBundleAsync = (skn) => {
*/
const
getLikeAsync
=
(
skn
,
limit
)
=>
{
return
api
.
get
(
''
,
{
method
:
'
app
.search.findLike'
,
method
:
'
web
.search.findLike'
,
limit
:
limit
||
10
,
product_skn
:
skn
},
{
cache
:
86400
});
...
...
Please
register
or
login
to post a comment