Showing
4 changed files
with
85 additions
and
2 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <div id="load-more-info" class="load-more-info"> | 17 | <div id="load-more-info" class="load-more-info"> |
18 | - <div class="loading status"> | 18 | + <div class="loading status hide"> |
19 | 正在加载... | 19 | 正在加载... |
20 | </div> | 20 | </div> |
21 | <span class="no-more status hide">没有更多啦</span> | 21 | <span class="no-more status hide">没有更多啦</span> |
1 | +{{# content}} | ||
2 | + {{! 头部banner}} | ||
3 | + {{# bannerTop}} | ||
4 | + {{> home/banner_top}} | ||
5 | + {{/ bannerTop}} | ||
6 | + | ||
7 | + {{! 图标入口}} | ||
8 | + {{# iconsEnter}} | ||
9 | + {{> home/icons_enter}} | ||
10 | + {{/ iconsEnter}} | ||
11 | + | ||
12 | + {{! 中间banner}} | ||
13 | + {{# banner}} | ||
14 | + {{> home/banner}} | ||
15 | + {{/ banner}} | ||
16 | + | ||
17 | + {{! 热门品类}} | ||
18 | + {{# hotCategory}} | ||
19 | + {{> home/hot_category}} | ||
20 | + {{/ hotCategory}} | ||
21 | + | ||
22 | + {{! 热门品牌}} | ||
23 | + {{# hotBrands}} | ||
24 | + {{> home/hot_brands_list}} | ||
25 | + {{/ hotBrands}} | ||
26 | + | ||
27 | + {{! 热门品牌可滑动}} | ||
28 | + {{# hotBrandsScroll}} | ||
29 | + {{> home/hot_brands_swipe}} | ||
30 | + {{/ hotBrandsScroll}} | ||
31 | + | ||
32 | + {{! 潮人搭配}} | ||
33 | + {{# trendColloaction}} | ||
34 | + {{> home/trendsetter_collocation}} | ||
35 | + {{/trendColloaction}} | ||
36 | + | ||
37 | + {{! 潮流话题}} | ||
38 | + {{# trendTopics}} | ||
39 | + {{> home/trend_topics}} | ||
40 | + {{/ trendTopics}} | ||
41 | + | ||
42 | + {{! 潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装}} | ||
43 | + {{# goodsCategory}} | ||
44 | + {{> home/goods_category}} | ||
45 | + {{/ goodsCategory}} | ||
46 | + | ||
47 | + {{! 新入住品牌/品味生活/创意生活}} | ||
48 | + {{# creativeLife}} | ||
49 | + {{> home/creative_life}} | ||
50 | + {{/ creativeLife}} | ||
51 | + | ||
52 | + {{! PLUS}} | ||
53 | + {{# plusStar}} | ||
54 | + {{> home/plus_star}} | ||
55 | + {{/ plusStar}} | ||
56 | +{{/ content}} | ||
57 | + | ||
58 | +{{! 可能喜欢}} | ||
59 | +{{> home/maybe_like_lifestyle}} |
1 | +<div class="maybe-like"> | ||
2 | + <p class="title"> | ||
3 | + <i class="icon"></i> | ||
4 | + <span>你可能喜欢</span> | ||
5 | + </p> | ||
6 | + | ||
7 | + <ul id="maybe-like-nav" class="maybe-like-nav clearfix"> | ||
8 | + <li class="maybe-like-nav-item focus">新品到着</li> | ||
9 | + <li class="maybe-like-nav-item">人气单品</li> | ||
10 | + </ul> | ||
11 | + | ||
12 | + <div id="goods-list"> | ||
13 | + {{> product/goods_container}} | ||
14 | + </div> | ||
15 | + | ||
16 | + <div id="load-more-info" class="load-more-info"> | ||
17 | + <div class="loading status hide"> | ||
18 | + 正在加载... | ||
19 | + </div> | ||
20 | + <span class="no-more status hide">没有更多啦</span> | ||
21 | + </div> | ||
22 | +</div> | ||
23 | + | ||
24 | + |
-
Please register or login to post a comment