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

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