latest-walk.phtml 278 Bytes
{{#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}}