hot.hbs 2.19 KB
<div class="yoho-page product-page seo-hot-page product-list-page">
    {{> common/path-nav}}

    <div class="clearfix">
        <div class="left-content">
            <div class="hot-sort">
                {{# keyword}}
                    <div class="sort-intro">
                        <div class="inline">
                            <div class="name">
                                <h1 class="cn">{{name}}</h1>
                                {{# nameEn}}<span class="en">{{.}}</span>{{/ nameEn}}
                            </div>
                            {{# describe}}<p class="desc">{{.}}</p>{{/ describe}}

                            {{#if list}}
                                <ul class="key">
                                    {{# list}}
                                        <li><a href="{{href}}" title="{{keyword}}">{{keyword}}</a></li>
                                    {{/ list}}
                                </ul>
                            {{/if}}
                        </div>
                    </div>
                    <img class="thumb" src="{{image2 goods_img w=300 h=300}}" alt="{{name}}">
                {{/ keyword}}
            </div>

            {{# product}}
                {{> product/standard-content}}
            {{/ product}}
        </div>

        <div class="right-content">
            {{#if hotKeys}}
                <div class="hot-block">
                    <h3 class="title">热门关键词</h3>
                    <p class="hot-key">
                        {{# hotKeys}}
                            <a href="{{href}}" title="{{keyword}}">{{keyword}}</a>
                        {{/ hotKeys}}
                    </p>
                </div>
            {{/if}}
            <div class="hot-block">
                <h3 class="title">热门品牌</h3>

                {{# hotBrands}}
                    <a href="{{href}}" class="brand-item" target="_blank" title="{{brand_name_cn}}">
                        <img src="{{image2 brand_ico w=138 h=70}}" alt="{{brand_name_cn}} {{brand_keyword}}">
                    </a>
                {{/ hotBrands}}
            </div>
        </div>
    </div>

    {{> product/latest-walk goodsInfo=@root.recommendGoodsInfo}}
</div>