Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
50c8f056f5edd23cf9b4f7cfaef9f56155767347
1 parent
bf7dec1a
senior sub checked
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
template/www.yohobuy.com/partials/product/filter-box.phtml
template/www.yohobuy.com/partials/product/filter-box.phtml
View file @
50c8f05
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment