list-new.hbs
867 Bytes
{{!-- 列表专用模板 --}}
<div class="good-list-page yoho-page">
{{# goodList}}
{{!-- tab--}}
{{> product/filter-tab-new}}
{{!-- tab end --}}
<div id="goods-container" class="goods-container">
{{#@root.introText}}
<p class="intro-text">{{@root.introText}}</p>
{{/@root.introText}}
<div class="default-goods container clearfix">
{{#@root.firstPageGoods.list}}
{{> product/recommend-goods}}
{{/@root.firstPageGoods.list}}
</div>
<div class="search-divide hide">正在加载...</div>
{{!-- 筛选 --}}
{{> common/filter}}
{{!-- 筛选 end --}}
</div>
{{/ goodList}}
</div>
{{!-- SEO 关键词 --}}
{{#categoryIntro}}
<div class="seo-data">
<h1>{{title}}</h1>{{desc}}
</div>
{{/categoryIntro}}
{{!-- SEO 关键词 end --}}