This commit is contained in:
make
2025-04-17 17:28:17 +08:00
parent 3212819051
commit 76010ff43b
29 changed files with 673 additions and 953 deletions

View File

@@ -161,9 +161,9 @@
{switch $vo.label}
{case value="上一页"}
{if $intPage == 1}
<li class="disabled"><span>«</span></li>
<span>«</span>
{else}
<li><a href="{$strPcPath}{$vo.url}">«</a></li>
<a href="{$vo.url}">«</a>
{/if}
{/case}
{case value="下一页"}