...
|
...
|
@@ -92,20 +92,18 @@ |
|
|
{{/ default}}
|
|
|
</ul>
|
|
|
|
|
|
{{#unless hideMore}}
|
|
|
<div class="brand-opt">
|
|
|
{{#if showMore}}
|
|
|
<span id="brand-more" class="brand-more">
|
|
|
<em>更多</em>
|
|
|
<i class="iconfont"></i>
|
|
|
</span>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if showMulti}}
|
|
|
<span id="brand-multi" class="multi-select">多选 +</span>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/unless}}
|
|
|
<div class="brand-opt">
|
|
|
{{#if showMore}}
|
|
|
<span id="brand-more" class="brand-more">
|
|
|
<em>更多</em>
|
|
|
<i class="iconfont"></i>
|
|
|
</span>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if showMulti}}
|
|
|
<span id="brand-multi" class="multi-select">多选 +</span>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
<div class="brand-panel hide">
|
|
|
<div class="panel-head clearfix">
|
...
|
...
|
@@ -225,7 +223,11 @@ |
|
|
{{#each sub}}
|
|
|
<li class="attr {{#if checked}}checked{{/if}}">
|
|
|
<a href="{{href}}">
|
|
|
<span class="iconfont checkbox" data-id="{{id}}"></span>
|
|
|
{{#if checked}}
|
|
|
<span class="iconfont checkbox checked" data-id="{{id}}"></span>
|
|
|
{{^}}
|
|
|
<span class="iconfont checkbox" data-id="{{id}}"></span>
|
|
|
{{/if}}
|
|
|
<span>{{name}}</span>
|
|
|
</a>
|
|
|
</li>
|
...
|
...
|
|