...
|
...
|
@@ -17,17 +17,19 @@ |
|
|
<div class="search-brand-page">
|
|
|
<div class="search-items">
|
|
|
{{#if history}}
|
|
|
<div class="history-search net-search">
|
|
|
<h3><span class="iconfont"></span>最近搜索
|
|
|
<button id="clear-history" class="clear-icon iconfont"></button>
|
|
|
</h3>
|
|
|
<ul class="history clearfix">
|
|
|
{{# history}}
|
|
|
<li>
|
|
|
<a href="{{url}}" brandName="{{name}}" brandId="{{brandId}}" brandDomain="{{brandDomain}}">{{name}}</a>
|
|
|
</li>
|
|
|
{{/ history}}
|
|
|
</ul>
|
|
|
<div class="net-history">
|
|
|
<div class="history-search net-search">
|
|
|
<h3><span class="iconfont"></span>最近搜索
|
|
|
<button id="clear-history" class="clear-icon iconfont"></button>
|
|
|
</h3>
|
|
|
<ul class="history clearfix">
|
|
|
{{# history}}
|
|
|
<li>
|
|
|
<a href="{{url}}" brandName="{{name}}" brandId="{{brandId}}" brandDomain="{{brandDomain}}">{{name}}</a>
|
|
|
</li>
|
|
|
{{/ history}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{else}}
|
|
|
<div class="history-search local-search hide">
|
...
|
...
|
|