Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into feature/web-list
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -94,12 +94,16 @@ | @@ -94,12 +94,16 @@ | ||
94 | 94 | ||
95 | {{#unless hideMore}} | 95 | {{#unless hideMore}} |
96 | <div class="brand-opt"> | 96 | <div class="brand-opt"> |
97 | + {{#if showMore}} | ||
97 | <span id="brand-more" class="brand-more"> | 98 | <span id="brand-more" class="brand-more"> |
98 | <em>更多</em> | 99 | <em>更多</em> |
99 | <i class="iconfont"></i> | 100 | <i class="iconfont"></i> |
100 | </span> | 101 | </span> |
102 | + {{/if}} | ||
101 | 103 | ||
104 | + {{#if showMulti}} | ||
102 | <span id="brand-multi" class="multi-select">多选 +</span> | 105 | <span id="brand-multi" class="multi-select">多选 +</span> |
106 | + {{/if}} | ||
103 | </div> | 107 | </div> |
104 | {{/unless}} | 108 | {{/unless}} |
105 | 109 |
-
Please register or login to post a comment