请问PbootCMS 模板当列表页只有一页的时候不显示分页
<!-- 分页 --> {pboot:if({page:rows}>0)} {pboot:1if({page:count}>1)} <nav class="pages"> <a class="page-item page-link" href="{page:index}">首页</a> <a class="page-item page-link" href="{page:pre}">上一页</a> {page:numbar} <a class="page-item page-link" href="{page:next}">下一页</a> <a class="page-item page-link" href="{page:last}">尾页</a> </nav> {/pboot:1if} {else} <div>No data.</div> {/pboot:if}
更新时间:2025-04-10 23:42:24
转载请注明原文链接:https://www.muzicopy.com/suibi/3228.html