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
2016-12-28 12:51:03 +0800
Commit
d9d0684623c4293f7b04fee2f371258eccd083eb
2 parents
5c2fc982
22d1a64c
Merge remote-tracking branch 'origin/release/5.3.1' into release/5.3.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/favorite-brand-service.js
apps/product/models/favorite-brand-service.js
View file @
d9d0684
...
...
@@ -24,7 +24,7 @@ const getShopFavNumAsync = (sid) => {
return
{
code
:
200
,
data
:
{
count
:
_
.
get
(
result
,
'data.count'
)
count
:
_
.
get
(
result
,
'data
[0]
.count'
)
}
};
}
else
{
...
...
Please
register
or
login
to post a comment