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
yyq
2016-10-29 16:46:53 +0800
Commit
968029125a965b21835bf5f30f4546beb8834bff
1 parent
f3eaf98f
收藏状态取消缓存
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 @
9680291
...
...
@@ -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