product list path nav html.Review by:@xuqi
Showing
2 changed files
with
24 additions
and
22 deletions
@@ -14,9 +14,9 @@ | @@ -14,9 +14,9 @@ | ||
14 | <i class="iconfont"></i> | 14 | <i class="iconfont"></i> |
15 | 品牌介绍 | 15 | 品牌介绍 |
16 | </a> | 16 | </a> |
17 | - <span id="brand-favor" class="brand-favor"> | ||
18 | - <i class="iconfont{{#if coled}} coled{{/if}}"></i> | ||
19 | - </span> | 17 | + <span id="brand-favor" class="brand-favor"> |
18 | + <i class="iconfont{{#if coled}} coled{{/if}}"></i> | ||
19 | + </span> | ||
20 | </p> | 20 | </p> |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |
1 | -<p class="path-nav"> | ||
2 | - {{#each pathNav}} | ||
3 | - {{#if href}} | ||
4 | - <a href="{{href}}"> | ||
5 | - {{name}} | 1 | +{{#if pathNav}} |
2 | + <p class="path-nav"> | ||
3 | + {{#each pathNav}} | ||
4 | + {{#if href}} | ||
5 | + <a href="{{href}}"> | ||
6 | + {{name}} | ||
6 | 7 | ||
7 | - {{#unless @last}} | ||
8 | - <span class="iconfont"></span> | ||
9 | - {{/unless}} | ||
10 | - </a> | ||
11 | - {{^}} | ||
12 | - <span> | ||
13 | - {{name}} | 8 | + {{#unless @last}} |
9 | + <span class="iconfont"></span> | ||
10 | + {{/unless}} | ||
11 | + </a> | ||
12 | + {{^}} | ||
13 | + <span> | ||
14 | + {{name}} | ||
14 | 15 | ||
15 | - {{#unless @last}} | ||
16 | - <i class="iconfont"></i> | ||
17 | - {{/unless}} | ||
18 | - </span> | ||
19 | - {{/if}} | ||
20 | - {{/each}} | ||
21 | -</p> | ||
16 | + {{#unless @last}} | ||
17 | + <i class="iconfont"></i> | ||
18 | + {{/unless}} | ||
19 | + </span> | ||
20 | + {{/if}} | ||
21 | + {{/each}} | ||
22 | + </p> | ||
23 | +{{/if}} |
-
Please register or login to post a comment