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
周少峰
2016-10-29 16:48:23 +0800
Commit
e4e920434d61103e785173994acd075957b43a7f
2 parents
1399a789
96802912
Merge branch 'hotfix/baseShopCache'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/search-api.js
apps/product/models/search-api.js
View file @
e4e9204
...
...
@@ -479,7 +479,7 @@ const isFavoriteBrand = (uid, brandId) => {
return
serviceApi
.
get
(
isFavoriteBrandUrl
,
{
uid
:
uid
,
brandId
:
brandId
}
,
config
.
apiCache
);
});
};
/**
...
...
Please
register
or
login
to post a comment