...
|
...
|
@@ -26,7 +26,7 @@ |
|
|
|
|
|
<div class="attr-content clearfix">
|
|
|
{{#each channel}}
|
|
|
<a class="attr" href="{{href}}">
|
|
|
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">
|
|
|
{{name}}
|
|
|
</a>
|
|
|
{{/each}}
|
...
|
...
|
@@ -42,7 +42,7 @@ |
|
|
<ul class="sort-pre clearfix">
|
|
|
{{#each sort}}
|
|
|
<li>
|
|
|
<span class="attr">
|
|
|
<span class="attr {{#if checked}}checked{{/if}}">
|
|
|
{{name}}
|
|
|
</span>
|
|
|
</li>
|
...
|
...
|
@@ -53,7 +53,7 @@ |
|
|
{{#each sort}}
|
|
|
<ul class="sort-sub clearfix hide">
|
|
|
{{#each sub}}
|
|
|
<li class="attr">
|
|
|
<li class="attr {{#if checked}}checked{{/if}}">
|
|
|
<a href="{{href}}">{{name}}</a>
|
|
|
</li>
|
|
|
{{/each}}
|
...
|
...
|
@@ -71,7 +71,7 @@ |
|
|
<div class="attr-content">
|
|
|
<ul class="default clearfix">
|
|
|
{{# default}}
|
|
|
<li class="attr">
|
|
|
<li class="attr {{#if checked}}checked{{/if}}">
|
|
|
<a href="{{href}}" title="{{name}}">{{name}}</a>
|
|
|
</li>
|
|
|
{{/ default}}
|
...
|
...
|
@@ -82,7 +82,7 @@ |
|
|
<em>更多</em>
|
|
|
<i class="iconfont"></i>
|
|
|
</span>
|
|
|
|
|
|
|
|
|
<span id="brand-multi" class="multi-select">多选 +</span>
|
|
|
</div>
|
|
|
|
...
|
...
|
@@ -128,7 +128,7 @@ |
|
|
|
|
|
<div class="attr-content clearfix">
|
|
|
{{# price}}
|
|
|
<a class="attr" href="{{href}}">¥{{name}}</a>
|
|
|
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">¥{{name}}</a>
|
|
|
{{/ price}}
|
|
|
|
|
|
<div class="ud-price-range">
|
...
|
...
|
@@ -146,10 +146,10 @@ |
|
|
{{#if color}}
|
|
|
<div class="color section">
|
|
|
<span class="title">颜色:</span>
|
|
|
|
|
|
|
|
|
<div class="attr-content clearfix">
|
|
|
{{# color}}
|
|
|
<a class="attr" href="{{href}}">
|
|
|
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">
|
|
|
<i class="color-block" style="background: {{rgb}}"></i>
|
|
|
{{name}}
|
|
|
</a>
|
...
|
...
|
@@ -164,7 +164,7 @@ |
|
|
|
|
|
<div class="attr-content clearfix">
|
|
|
{{# size}}
|
|
|
<a class="attr" href="{{href}}">{{name}}</a>
|
|
|
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">{{name}}</a>
|
|
|
{{/ size}}
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -194,7 +194,7 @@ |
|
|
{{/if}}
|
|
|
<ul class="clearfix check-container">
|
|
|
{{#each sub}}
|
|
|
<li class="attr">
|
|
|
<li class="attr {{#if checked}}checked{{/if}}">
|
|
|
<a href="{{href}}">
|
|
|
<span class="iconfont checkbox" data-id="{{id}}"></span>
|
|
|
<span>{{name}}</span>
|
...
|
...
|
@@ -212,4 +212,4 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div> |
|
|
\ No newline at end of file |
|
|
</div> |
...
|
...
|
|