Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
郭成尧
9 years ago
Commit
71f078f23bec0405dda41f9b2976a9cfcc00c7c2
1 parent
3d308a21
'brandlistlink'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/models/brand.js
apps/channel/models/brand.js
View file @
71f078f
...
...
@@ -29,7 +29,7 @@ const handleBrandList = origin => {
_
.
forEach
(
value
,
(
subValue
)
=>
{
brands
.
push
({
name
:
subValue
.
brand_name
,
link
:
'/
product/shop?domain=
'
+
subValue
.
brand_domain
,
link
:
'/
brand/
'
+
subValue
.
brand_domain
,
logo
:
subValue
.
brand_ico
});
});
...
...
Please
register
or
login
to post a comment