Showing
1 changed file
with
10 additions
and
10 deletions
1 | {{# showFooterTab}} | 1 | {{# showFooterTab}} |
2 | <div class="footer-tab"> | 2 | <div class="footer-tab"> |
3 | - <div class="tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}"> | 3 | + <a class="tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}" href="{{indexUrl}}"> |
4 | <p class="iconfont tab-icon"></p> | 4 | <p class="iconfont tab-icon"></p> |
5 | <p class="tab-name">首页</p> | 5 | <p class="tab-name">首页</p> |
6 | - </div> | ||
7 | - <div class="tab-item {{#if categoryPage}}current{{/if}}"> | 6 | + </a> |
7 | + <a class="tab-item {{#if categoryPage}}current{{/if}}" href="{{categoryUrl}}"> | ||
8 | <p class="iconfont tab-icon"></p> | 8 | <p class="iconfont tab-icon"></p> |
9 | <p class="tab-name">分类</p> | 9 | <p class="tab-name">分类</p> |
10 | - </div> | ||
11 | - <div class="tab-item {{#if guangHome}}current{{/if}}"> | 10 | + </a> |
11 | + <a class="tab-item {{#if guangHome}}current{{/if}}" href="{{guangUrl}}"> | ||
12 | <p class="iconfont tab-icon"></p> | 12 | <p class="iconfont tab-icon"></p> |
13 | <p class="tab-name">逛</p> | 13 | <p class="tab-name">逛</p> |
14 | - </div> | ||
15 | - <div class="tab-item {{#if shoppingCartPage}}current{{/if}}"> | 14 | + </a> |
15 | + <a class="tab-item {{#if shoppingCartPage}}current{{/if}}" href="{{shoppingCartUrl}}"> | ||
16 | <p class="iconfont tab-icon"></p> | 16 | <p class="iconfont tab-icon"></p> |
17 | <p class="tab-name">购物车</p> | 17 | <p class="tab-name">购物车</p> |
18 | - </div> | ||
19 | - <div class="tab-item {{#if minePage}}current{{/if}}"> | 18 | + </a> |
19 | + <a class="tab-item {{#if minePage}}current{{/if}}" href="{{mineUrl}}"> | ||
20 | <p class="iconfont tab-icon"></p> | 20 | <p class="iconfont tab-icon"></p> |
21 | <p class="tab-name">我的</p> | 21 | <p class="tab-name">我的</p> |
22 | - </div> | 22 | + </a> |
23 | </div> | 23 | </div> |
24 | {{/ showFooterTab}} | 24 | {{/ showFooterTab}} |
25 | 25 |
-
Please register or login to post a comment