Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
10 years ago
Commit
2329b9116b2b6a55b9742bac2b293584000f931d
1 parent
729cc4fd
update
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
85 additions
and
2 deletions
template/m.yohobuy.com/actions/index/lifestyle/index.phtml
template/m.yohobuy.com/actions/product/newsale/sale.phtml
template/m.yohobuy.com/partials/home/content_lifestyle.phtml
template/m.yohobuy.com/partials/home/maybe_like_lifestyle.phtml
template/m.yohobuy.com/actions/index/lifestyle/index.phtml
View file @
2329b91
...
...
@@ -10,7 +10,7 @@
{
{>
home/home_header
}
}
{
{/
homeHeader
}
}
{
{>
home/content
}
}
{
{>
home/content
_lifestyle
}
}
{
{!
商品列表
}
}
{
{#
twoColumnGoods
}
}
...
...
template/m.yohobuy.com/actions/product/newsale/sale.phtml
View file @
2329b91
...
...
@@ -15,7 +15,7 @@
</div>
<div
id=
"load-more-info"
class=
"load-more-info"
>
<div
class=
"loading status"
>
<div
class=
"loading status
hide
"
>
正在加载...
</div>
<span
class=
"no-more status hide"
>没有更多啦</span>
...
...
template/m.yohobuy.com/partials/home/content_lifestyle.phtml
0 → 100644
View file @
2329b91
{
{#
content
}
}
{
{!
头部banner
}
}
{
{#
bannerTop
}
}
{
{>
home/banner_top
}
}
{
{/
bannerTop
}
}
{
{!
图标入口
}
}
{
{#
iconsEnter
}
}
{
{>
home/icons_enter
}
}
{
{/
iconsEnter
}
}
{
{!
中间banner
}
}
{
{#
banner
}
}
{
{>
home/banner
}
}
{
{/
banner
}
}
{
{!
热门品类
}
}
{
{#
hotCategory
}
}
{
{>
home/hot_category
}
}
{
{/
hotCategory
}
}
{
{!
热门品牌
}
}
{
{#
hotBrands
}
}
{
{>
home/hot_brands_list
}
}
{
{/
hotBrands
}
}
{
{!
热门品牌可滑动
}
}
{
{#
hotBrandsScroll
}
}
{
{>
home/hot_brands_swipe
}
}
{
{/
hotBrandsScroll
}
}
{
{!
潮人搭配
}
}
{
{#
trendColloaction
}
}
{
{>
home/trendsetter_collocation
}
}
{
{/trendColloaction
}
}
{
{!
潮流话题
}
}
{
{#
trendTopics
}
}
{
{>
home/trend_topics
}
}
{
{/
trendTopics
}
}
{
{!
潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装
}
}
{
{#
goodsCategory
}
}
{
{>
home/goods_category
}
}
{
{/
goodsCategory
}
}
{
{!
新入住品牌/品味生活/创意生活
}
}
{
{#
creativeLife
}
}
{
{>
home/creative_life
}
}
{
{/
creativeLife
}
}
{
{!
PLUS
}
}
{
{#
plusStar
}
}
{
{>
home/plus_star
}
}
{
{/
plusStar
}
}
{
{/
content
}
}
{
{!
可能喜欢
}
}
{
{>
home/maybe_like_lifestyle
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/home/maybe_like_lifestyle.phtml
0 → 100644
View file @
2329b91
<div class="maybe-like">
<p class="title">
<i class="icon"></i>
<span>你可能喜欢</span>
</p>
<ul id="maybe-like-nav" class="maybe-like-nav clearfix">
<li class="maybe-like-nav-item focus">新品到着</li>
<li class="maybe-like-nav-item">人气单品</li>
</ul>
<div id="goods-list">
{{> product/goods_container}}
</div>
<div id="load-more-info" class="load-more-info">
<div class="loading status hide">
正在加载...
</div>
<span class="no-more status hide">没有更多啦</span>
</div>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment