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
周少峰
2017-01-12 15:42:03 +0800
Commit
a84ea473292f2e0c56769ca342b308f6a338a7be
1 parent
d358e1e6
shopEntry null
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 @
a84ea47
...
...
@@ -308,7 +308,7 @@ const getShopList = params => {
_
.
get
(
shops
,
'data.shopBrandInfo.brandInfo'
,
{});
if
(
_
.
isEmpty
(
shopInfo
))
{
return
shopEntry
;
return
;
}
shopEntry
=
{
...
...
Please
register
or
login
to post a comment