Authored by ccbikai

底部tab预留链接

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">&#xe62a;</p> 4 <p class="iconfont tab-icon">&#xe62a;</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">&#xe62d;</p> 8 <p class="iconfont tab-icon">&#xe62d;</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">&#xe627;</p> 12 <p class="iconfont tab-icon">&#xe627;</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">&#xe62c;</p> 16 <p class="iconfont tab-icon">&#xe62c;</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">&#xe62b;</p> 20 <p class="iconfont tab-icon">&#xe62b;</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