...
|
...
|
@@ -38,16 +38,18 @@ |
|
|
<ul class="history clearfix local-history">
|
|
|
</ul>
|
|
|
</div>
|
|
|
{{# hot}}
|
|
|
{{#if hot}}
|
|
|
<div class="hot-search">
|
|
|
<h3><span class="iconfont"></span>热门搜索</h3>
|
|
|
<ul class="hot clearfix">
|
|
|
<li>
|
|
|
<a href="{{url}}" brandName="{{name}}"">{{name}}</a>
|
|
|
{{# hot}}
|
|
|
<a href="{{url}}" brandName="{{name}}"">{{name}}</a>
|
|
|
{{/ hot}}
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
{{/ hot}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
</div>
|
|
|
|
...
|
...
|
|