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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-08-16 11:52:09 +0800
Commit
8171e68c6f489f829896020288d21d1c005ac3dc
1 parent
5f676773
商品收藏接口改变
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/favorite-product-api.js
apps/product/models/favorite-product-api.js
View file @
8171e68
...
...
@@ -9,7 +9,7 @@ const favApi = global.yoho.FavAPI;
const
isFavoriteAsync
=
(
uid
,
pid
)
=>
{
return
favApi
.
get
(
''
,
{
method
:
'app.favorite.isFavorite'
,
method
:
'app.favorite.isFavorite
New
'
,
id
:
pid
,
uid
:
uid
,
type
:
'product'
...
...
Please
register
or
login
to post a comment