hot.hbs
2.19 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
<div class="yoho-page product-page seo-hot-page product-list-page">
{{> common/path-nav}}
<div class="clearfix">
<div class="left-content">
<div class="hot-sort">
{{# keyword}}
<div class="sort-intro">
<div class="inline">
<div class="name">
<h1 class="cn">{{name}}</h1>
{{# nameEn}}<span class="en">{{.}}</span>{{/ nameEn}}
</div>
{{# describe}}<p class="desc">{{.}}</p>{{/ describe}}
{{#if list}}
<ul class="key">
{{# list}}
<li><a href="{{href}}" title="{{keyword}}">{{keyword}}</a></li>
{{/ list}}
</ul>
{{/if}}
</div>
</div>
<img class="thumb" src="{{image2 goods_img w=300 h=300}}" alt="{{name}}">
{{/ keyword}}
</div>
{{# product}}
{{> product/standard-content}}
{{/ product}}
</div>
<div class="right-content">
{{#if hotKeys}}
<div class="hot-block">
<h3 class="title">热门关键词</h3>
<p class="hot-key">
{{# hotKeys}}
<a href="{{href}}" title="{{keyword}}">{{keyword}}</a>
{{/ hotKeys}}
</p>
</div>
{{/if}}
<div class="hot-block">
<h3 class="title">热门品牌</h3>
{{# hotBrands}}
<a href="{{href}}" class="brand-item" target="_blank" title="{{brand_name_cn}}">
<img src="{{image2 brand_ico w=138 h=70}}" alt="{{brand_name_cn}} {{brand_keyword}}">
</a>
{{/ hotBrands}}
</div>
</div>
</div>
{{> product/latest-walk goodsInfo=@root.recommendGoodsInfo}}
</div>