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-05-12 17:35:00 +0800
Commit
978150bec822fceb9016bc9fa71fe9d690fd42cc
1 parent
5a14d0e3
模板修改
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
7 deletions
apps/channel/views/partial/channel/floor-header.hbs
apps/channel/views/partial/channel/goods-category.hbs
apps/channel/views/partial/channel/plus-star.hbs
apps/channel/views/partial/channel/trend-topics.hbs
apps/channel/views/partial/channel/floor-header.hbs
View file @
978150b
{{#
title
}}
{{#
title
}}
<div
class=
"floor-header"
>
<h2>
{{
title
}}
</h2>
</div>
{{/
title
}}
{{/
title
}}
...
...
apps/channel/views/partial/channel/goods-category.hbs
View file @
978150b
{{#
data
}}
{{
log
this
}}
{{>
channel
/
floor-header-more
}}
<div
class=
"goods-category"
>
{{#
bigImage
}}
...
...
@@ -44,4 +43,4 @@
{{/
list
}}
</ul>
</div>
{{/
data
}}
\ No newline at end of file
{{/
data
}}
...
...
apps/channel/views/partial/channel/plus-star.hbs
View file @
978150b
{{#
data
}}
<div
class=
"plus-star"
>
{{>
channel
/
floor-header
}}
{{>
channel
/
floor-header
}}
<a
href=
"
{{
url
}}
"
>
<img
class=
"lazy"
data-original=
"
{{
image
src
640
198
}}
"
>
</a>
</div>
{{/
data
}}
\ No newline at end of file
{{/
data
}}
...
...
apps/channel/views/partial/channel/trend-topics.hbs
View file @
978150b
{{#
data
}}
{{
log
this
}}
<div
class=
"trend-topic-wrapper"
>
{{>
channel
/
floor-header-more
}}
<div
class=
"trend-topic-content"
>
...
...
Please
register
or
login
to post a comment