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-12-28 11:18:24 +0800
Commit
22d1a64cd9ebc2f515cc09335102815de08efaa1
1 parent
48a9d496
店铺收藏数量
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 @
22d1a64
...
...
@@ -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