Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-10-08 18:21:45 +0800
Commit
05a338a9708cd6c1bf22c6020294b81855c83ea9
1 parent
e10d6aea
'merge-master'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
05a338a
...
...
@@ -921,7 +921,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => {
};
let
_getShopsInfo
=
(
brandId
)
=>
{
if
(
!
brandId
)
{
if
(
!
brandId
)
{
return
Promise
.
resolve
([]);
}
return
api
.
get
(
''
,
{
...
...
Please
register
or
login
to post a comment