index.phtml 671 Bytes
{{> layout/header}}
     <div class="mobile-wrap lifestyle-wrap">
        {{! app下载}}
        {{# headerDownload}}
            {{> common/header_download}}
        {{/ headerDownload}}
        
        {{! 首页header}}
        {{# homeHeader}}
            {{> common/home_header}}
        {{/ homeHeader}}

        {{> common/content}}
 
        {{! 商品列表}}
        {{# twoColumnGoods}}
            {{> common/two_column_goods}}
        {{/ twoColumnGoods}}
        
        {{! 底部banner}}
        {{# bannerBottom}}
            {{> common/banner_bottom}}
        {{/ bannerBottom}}
        <div class="overlay"></div>
    </div>
    
{{> layout/footer}}