Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
whb
2016-01-20 19:07:52 +0800
Commit
2ff18c7fc47fa113fba55e717fd08ba08cf46c69
1 parent
a4099dae
男首改为index
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
91 deletions
template/www.yohobuy.com/actions/index/boys/index.phtml
template/www.yohobuy.com/actions/index/index/index.phtml
template/www.yohobuy.com/actions/index/boys/index.phtml
deleted
100644 → 0
View file @
a4099da
{
{>
layout/header
}
}
<div
class=
"home-page yoho-page boys"
data-page=
"boys"
>
{
{#
boys
}
}
{
{!
头部banner
}
}
{
{#
slide
}
}
{
{>index/slide-banner
}
}
{
{/
slide
}
}
{
{!
新品速报
}
}
{
{#
newReport
}
}
<div
class=
"new-report imgopacity clearfix"
>
{
{>
index/floor-header
}
}
<ul
class=
"report-list clearfix"
>
{
{#
list
}
}
{
{#unless
@last
}
}
<li>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</li>
{
{/unless
}
}
{
{/
list
}
}
</ul>
{
{#
list
}
}
{
{#if
@last
}
}
<div
class=
"last-item"
>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
</a>
</div>
{
{/if
}
}
{
{/
list
}
}
</div>
{
{/
newReport
}
}
{
{!
优选品牌
}
}
{
{#
preferenceBrands
}
}
<div
class=
"preference-brand"
>
{
{>
index/floor-header
}
}
<div
class=
"img-brand"
>
<ul
class=
"img-list imgopacity clearfix"
>
{
{#
imgBrand
}
}
<li
class=
"img-item"
>
<a
href=
"{{href}}"
target=
"_blank"
>
<img
src=
"{{img}}"
alt=
""
>
</a>
</li>
{
{/
imgBrand
}
}
</ul>
<div
class=
"img-brand-switch"
>
<a
class=
"prev"
href=
"javascript:;"
>
<span
class=
"iconfont"
>
60
c;</span>
</a>
<a
class=
"next"
href=
"javascript:;"
>
<span
class=
"iconfont"
>
60
b;</span>
</a>
</div>
</div>
<div
class=
"logo-brand imgopacity"
data-url=
"{{brandUrl}}"
></div>
</div>
{
{/
preferenceBrands
}
}
{
{!
单品/广告
}
}
{
{#
singlehot
}
}
{
{>
index/boy-singlehot
}
}
{
{/
singlehot
}
}
{
{!
广告
}
}
{
{#
adbanner
}
}
<div
class=
"floor-ad"
>
<a
href=
"{{href}}"
target=
"_blank"
><img
class=
"lazy"
data-original=
"{{img}}"
/></a>
</div>
{
{/
adbanner
}
}
{
{!
品类推荐
}
}
{
{#
recommend
}
}
{
{>
index/boy-recommend
}
}
{
{/
recommend
}
}
{
{!
新品上架
}
}
{
{#
newArrivls
}
}
{
{>
index/commodity
}
}
{
{/
newArrivls
}
}
{
{/
boys
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
template/www.yohobuy.com/actions/index/index/index.phtml
View file @
2ff18c7
...
...
@@ -8,7 +8,7 @@
{
{!
新品速报
}
}
{
{#
newReport
}
}
<div
class=
"new-report clearfix"
>
<div
class=
"new-report
imgopacity
clearfix"
>
{
{>
index/floor-header
}
}
<ul
class=
"report-list clearfix"
>
...
...
@@ -40,7 +40,7 @@
<div
class=
"preference-brand"
>
{
{>
index/floor-header
}
}
<div
class=
"img-brand"
>
<ul
class=
"img-list clearfix"
>
<ul
class=
"img-list
imgopacity
clearfix"
>
{
{#
imgBrand
}
}
<li
class=
"img-item"
>
<a
href=
"{{href}}"
target=
"_blank"
>
...
...
@@ -58,7 +58,7 @@
</a>
</div>
</div>
<div
class=
"logo-brand"
data-url=
"{{brandUrl}}"
></div>
<div
class=
"logo-brand
imgopacity
"
data-url=
"{{brandUrl}}"
></div>
</div>
{
{/
preferenceBrands
}
}
...
...
Please
register
or
login
to post a comment