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
biao
2016-07-01 16:23:45 +0800
Commit
127f1c2a5a4c9372fccbde5f37f24e15d5b77857
1 parent
c8fd9e19
update for category text display isssue
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/channel/models/index.js
apps/channel/views/partial/boy-recommend.hbs
apps/channel/views/partial/girl-recommend.hbs
apps/channel/models/index.js
View file @
127f1c2
...
...
@@ -196,7 +196,7 @@ const _getPreBrandTopData = (args, type) => {
data
.
preferenceBrands
.
imgBrand
=
item
;
if
(
type
===
'kids'
)
{
data
.
preferenceBrands
.
sliderColor
=
'#7AD3F8'
;
data
.
preferenceBrands
.
sliderColor
=
'#7AD3F8'
;
}
_setChannelType
(
data
.
preferenceBrands
,
type
);
...
...
apps/channel/views/partial/boy-recommend.hbs
View file @
127f1c2
...
...
@@ -10,7 +10,7 @@
</div>
<div
class=
"tpl-category clearfix"
>
{{#
each
category
}}
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{
title
}}
</a>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{
name
}}
{{
title
}}
</a>
{{/
each
}}
</div>
</div>
...
...
apps/channel/views/partial/girl-recommend.hbs
View file @
127f1c2
...
...
@@ -10,7 +10,7 @@
</div>
<div
class=
"tpl-category clearfix"
>
{{#
each
category
}}
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{
title
}}
</a>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{
name
}}
{{
title
}}
</a>
{{/
each
}}
</div>
</div>
...
...
Please
register
or
login
to post a comment