Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
55c57c0d6e9182717db224ccc322c8c428f68bbf
1 parent
a13508f9
hide multi of brands
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
docs/web-data-structure.md
template/www.yohobuy.com/partials/product/filter-box.phtml
docs/web-data-structure.md
View file @
55c57c0
...
...
@@ -449,6 +449,7 @@
},
...
],
hideMore: true, //隐藏更多和多选
//索引:index为索引键值(字母转化为小写)
brandIndex:
[
{
...
...
template/www.yohobuy.com/partials/product/filter-box.phtml
View file @
55c57c0
...
...
@@ -92,14 +92,16 @@
{{/ default}}
</ul>
<div class="brand-opt">
<span id="brand-more" class="brand-more">
<em>更多</em>
<i class="iconfont"></i>
</span>
<span id="brand-multi" class="multi-select">多选 +</span>
</div>
{{#unless hideMore}}
<div class="brand-opt">
<span id="brand-more" class="brand-more">
<em>更多</em>
<i class="iconfont"></i>
</span>
<span id="brand-multi" class="multi-select">多选 +</span>
</div>
{{/unless}}
<div class="brand-panel hide">
<div class="panel-head clearfix">
...
...
Please
register
or
login
to post a comment