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
htoooth
2016-10-14 15:51:43 +0800
Commit
b913e2c2138cfe1280dc0666da18448da13cc149
1 parent
1a527a97
add brandid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
b913e2c
...
...
@@ -208,7 +208,7 @@ const _getBrandDataByProductBaseInfo = (data, additionalData) => {
return
{};
}
let
brandId
=
data
.
brand_info
.
id
;
let
brandId
=
data
.
brand_info
.
brand_
id
;
let
bgImg
=
''
;
let
logo
=
''
;
let
bannerInfo
=
null
;
...
...
Please
register
or
login
to post a comment