footer_tab.phtml 1.05 KB
{{# showFooterTab}}
<div class="footer-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">&#xe62a;</p>
        <p class="tab-name">首页</p>
    </a>
    <a class="tab-item {{#if categoryPage}}current{{/if}}" href="{{categoryUrl}}">
        <p class="iconfont tab-icon">&#xe62d;</p>
        <p class="tab-name">分类</p>
    </a>
    <a class="tab-item {{#if guangHome}}current{{/if}}" href="{{guangUrl}}">
        <p class="iconfont tab-icon">&#xe627;</p>
        <p class="tab-name">逛</p>
    </a>
    <a class="tab-item {{#if shoppingCartPage}}current{{/if}}" href="{{shoppingCartUrl}}">
        <p class="iconfont tab-icon">&#xe62c;</p>
        <p class="tab-name">购物车</p>
    </a>
    <a class="tab-item {{#if minePage}}current{{/if}}" href="{{mineUrl}}">
        <p class="iconfont tab-icon">&#xe62b;</p>
        <p class="tab-name">我的</p>
    </a>
</div>
{{/ showFooterTab}}