goods-list.hbs 187 Bytes
<div class="good-list-page yoho-page">
    {{> search/list}}
    {{#if category}}
    <input type="text" id="category-point" style="display:none" value="{{category}}">
    {{/if}}
</div>