Blame view

apps/product/views/action/search/no-result.hbs 250 Bytes
OF1706 authored
1
<div class="product-search-page {{#if search.isSearch}}search-page{{/if}} product-page yoho-page center-content">
刘传洋 authored
2 3 4 5 6 7
    {{# search}}
        {{> common/path-nav}}
        {{> product/no-result}}
        {{> product/latest-walk}}
    {{/ search}}
</div>