footer-tab.hbs
1.11 KB
{{#showFooterTab}}
<div class="footer-tab iphonex-bottom-tab">
<a class="tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}" href="{{indexUrl}}">
<p class="iconfont tab-icon"></p>
<p class="tab-name">首页</p>
</a>
<a class="tab-item {{#if categoryPage}}current{{/if}}" href="{{categoryUrl}}">
<p class="iconfont tab-icon"></p>
<p class="tab-name">分类</p>
</a>
<a class="tab-item {{#if guangHome}}current{{/if}}" id="guangUrl" href="{{guangUrl}}">
<p class="iconfont tab-icon"></p>
<p class="tab-name">逛</p>
</a>
<a class="tab-item {{#if shoppingCartPage}}current{{/if}}" href="{{shoppingCartUrl}}" rel="nofollow">
<p class="iconfont tab-icon"></p>
<p class="tab-name">购物车</p>
</a>
<a class="tab-item {{#if minePage}}current{{/if}}" href="{{mineUrl}}" rel="nofollow">
<p class="iconfont tab-icon"></p>
<p class="tab-name">我的</p>
</a>
</div>
{{/showFooterTab}}