latest-walk.hbs 370 Bytes
{{#unless @root.pc.product.removeRecentView}}
    {{#if latestWalk}}
        <input id="latest-walk-count" type="hidden" value="{{latestWalk}}">
        <div class="latest-walk">
            <h2>最近浏览的商品</h2>
            <div id="latest-walk-goods" class="goods clearfix"></div>
        </div>

        {{> product/latest-walk-tpl}}
    {{/if}}
{{/unless}}