Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
dc936ef5b29500ffb3a18b09ac4b8107039f6dcf
1 parent
efecf2cb
替换fav api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/item-api.js
apps/product/models/item-api.js
View file @
dc936ef
...
...
@@ -41,7 +41,7 @@ const getProductBaseAsync = (productId, uid, skn) => {
* @return { Object } 收藏状态
*/
const
getUserIsFav
=
(
uid
,
productId
)
=>
{
return
SingleAPI
.
get
(
''
,
{
return
SingleAPI
.
get
(
'
/favorite
'
,
{
method
:
'app.favorite.isFavoriteNew'
,
id
:
productId
,
uid
:
uid
,
...
...
Please
register
or
login
to post a comment