content.hbs
2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{{#content}}
{{! 头部banner}}
{{#if focus}}
{{> ../resources/banner-top}}
{{/if}}
{{! 图标入口}}
{{#if appIconList}}
{{> ../resources/icons-enter}}
{{/if}}
{{! 首页公告}}
{{!-- {{#announcement}}
{{> ../resources/notice}}
{{/announcement}} --}}
{{! 中间banner}}
{{#if singleImage}}
<div data-id="{{template_id}}">
{{> ../resources/banner}}
</div>
{{/if}}
{{! 两个小图}}
{{#if smallPic}}
{{> ../resources/thumb-row}}
{{/if}}
{{! 热门品类}}
{{#if recommendContentFive}}
{{> ../resources/hot-category}}
{{/if}}
{{! 热门品牌}}
{{#if appHotBrands}}
{{> ../resources/hot-brands-list}}
{{/if}}
{{! 热门品牌可滑动}}
{{#if customBrands}}
{{> ../resources/hot-brands-swipe}}
{{/if}}
{{! 潮人搭配}}
{{#if trendsetterCollocation}}
{{> ../resources/trendsetter-collocation}}
{{/if}}
{{! 潮流话题}}
{{#if trendgoodsTopic}}
{{> ../resources/trend-topics}}
{{/if}}
{{! 潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装}}
{{#if recommendContentOne}}
{{> ../resources/goods-category}}
{{/if}}
{{! 新入住品牌/品味生活/创意生活}}
{{#if recommendContentTwo}}
{{> ../resources/creative-life}}
{{/if}}
{{! PLUS}}
{{#if singleNameImage}}
{{> ../resources/plus-star}}
{{/if}}
{{! 新人专享}}
{{#if oldNewUserFloor}}
{{> ../resources/fresh-only}}
{{/if}}
{{! 秒杀}}
{{#if seckill}}
{{> ../resources/seckill}}
{{/if}}
{{! 标题楼层}}
{{#if titleFloor}}
{{> ../resources/title-floor}}
{{/if}}
{{! 直播楼层}}
{{#if livePicture}}
{{> ../resources/live-picture}}
{{/if}}
{{! 六层图}}
{{#if sixLinesFloor}}
{{> ../resources/six-lines-floor}}
{{/if}}
{{! vip专属}}
{{#if vipUse}}
{{> ../resources/vip-only}}
{{/if}}
{{! 店铺推荐}}
{{#if shopRecommend}}
{{> ../resources/shop-recommand}}
{{/if}}
{{! 新新人专享}}
{{#if newUserFloor}}
{{> ../resources/new-user-floor}}
{{/if}}
{{! 人气单品}}
{{#if popularSingleProduct}}
{{> ../resources/hot-single}}
{{/if}}
{{! SALE}}
{{#if sale1T1L4R}}
{{> ../resources/sale-floor}}
{{/if}}
{{! 新品首发楼层}}
{{#if newProductFloor}}
{{> ../resources/new-first}}
{{/if}}
{{! 分隔楼层}}
{{#if divideImage}}
{{> ../resources/divide-image}}
{{/if}}
{{/content}}