...
|
...
|
@@ -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}}
|
...
|
...
|
@@ -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">
|
...
|
...
|
@@ -149,7 +149,7 @@ |
|
|
|
|
|
<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>
|
...
|
...
|
|