index.hbs
3.36 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
<div class='plusstar-page'>
{{#if result.channel}}
<div class="tab-nav">
<ul>
{{#each result.channel}}
<li class='{{#if focus}} focus {{/if}}' data-code='{{code}}'>
<span>{{mame}}</span>
</li>
{{/each}}
</ul>
</div>
{{/if}}
<!--/tab-nav-->
<div class="resources">
<!--banner-->
{{#each result.focus1.data}}
{{> resources/banner-top}}
{{/each}}
<div class="header-title">
新品抢先看
<a class="more" href="/new">···</a>
</div>
<div class="title-image">
<a class="image" href="http://m.yohoblk.com//brands">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/15/019a301e1c1c2cb233d71e8853275bb4b0.png?imageView2/2/w/750/h/364">
</a>
</div>
<div class="header-title">
经典品牌
<a class="more" href="http://m.yohoblk.com/brand">···</a>
</div>
<div class="title-image">
<a class="image" href="jdpp.yoho">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/15/01e84b9b4946444cc8287437f82e9fe08e.png?imageView2/2/w/750/h/364">
</a>
</div>
<div class="focus-left-right">
<a href="list.pp" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/15/0184e6dc50a9b58e271da4997de7b3cbbc.png?imageView2/2/w/250/h/250">
</a>
<a href="pp2" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/15/01c5da274eeddb5b00b95b7479af3436cc.png?imageView2/2/w/250/h/250">
</a>
<a href="pp3" title="">
<img class="lazy" src="http://img11.static.yhbimg.com/yhb-img01/2016/07/18/15/0168483eb410b255504a27ff198991e54b.png?imageView2/2/w/250/h/250">
</a>
</div>
<!--/focus-left-right-->
<div class="header-title">
热门品类
<a class="more" href="http://m.yohoblk.com/brand">···</a>
</div>
<div class="recommend-content-five">
<a href="http://m.yohoblk.com/product/shop?domain=sctest1" title="">
<img class="lazy" src="http://img11.static.yhbimg.com/yhb-img01/2016/07/18/16/011bb0c89f2d3b167f03bd51f7df150d1f.png?imageView2/2/w/375/h/375">
</a>
<a href="http://m.yohoblk.com/product/new" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/16/01a21d6a9cf727b5d29219be984427b4a3.png?imageView2/2/w/375/h/375">
</a><a href="http://m.yohoblk.com/product/new" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/16/01a21d6a9cf727b5d29219be984427b4a3.png?imageView2/2/w/375/h/375">
</a><a href="http://m.yohoblk.com/product/new" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/16/01a21d6a9cf727b5d29219be984427b4a3.png?imageView2/2/w/375/h/375">
</a><a href="http://m.yohoblk.com/product/new" title="">
<img class="lazy" src="http://img10.static.yhbimg.com/yhb-img01/2016/07/18/16/01a21d6a9cf727b5d29219be984427b4a3.png?imageView2/2/w/375/h/375">
</a>
</div>
<div class="header-title">
热门商品
<a class="more" href="http://m.yohoblk.com/list">···</a>
</div>
<div class="goods">
<!--商品--->
</div>
</div><!--/resources-->
</div><!--/plusstar-page-->