index.phtml 594 Bytes
{{> layout/header}}
     <div class="mobile-wrap lifestyle-wrap yoho-page">
        {{! 首页header}}
        {{# homeHeader}}
            {{> home/home_header}}
        {{/ homeHeader}}

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