This commit is contained in:
thinkgem
2023-04-06 23:59:56 +08:00
parent f429bf1c83
commit dc10f8670b
2 changed files with 1 additions and 49 deletions

View File

@@ -21,7 +21,7 @@
<div class="pagination">${@page.toHtml()}</div>
<script type="text/javascript">
function page(n,s){
location="${ctx}/${category.url}?pageNo="+n+"&pageSize="+s;
location="${category.url}?pageNo="+n+"&pageSize="+s;
}
</script>
</#html:if>