foot-pager.hbs
861 Bytes
{{# footPager}}
<div class="foot-pager clearfix">
<span class="total">
{{# tip}}
{{#if totalText}}
{{totalText}}
{{^}}
{{start}} - {{end}} / 共{{total}}件商品
{{/if}}
{{/ tip}}
</span>
<div class="pager">
{{# prePage}}
<a href="{{url}}" title="上一页">上一页<span class="iconfont"></span></a>
{{/ prePage}}
{{# pages}}
<a{{#if url}} href="{{url}}"{{/if}}{{#if cur}} class="cur"{{/if}}>{{num}}</a>
{{/ pages}}
{{# nextPage}}
<a href="{{url}}" title="下一页">下一页<span class="iconfont"></span></a>
{{/ nextPage}}
</div>
</div>
{{/ footPager}}