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-10-14 17:19:51 +0800
Commit
beb2de3022ab5b039e8c86f3bbdebe853328f41d
2 parents
0716e5f9
b913e2c2
Merge branch 'hotfix/brand-fav' into hotfix/sale-activity
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 @
beb2de3
...
...
@@ -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