This commit is contained in:
make
2025-04-29 18:14:50 +08:00
parent d573315ea1
commit 9ca4987caa
8 changed files with 15 additions and 15 deletions

View File

@@ -126,7 +126,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</h1>
<h1 class="headline">{$arrChapter.c_name ?? ''}</h1>
<div class="pager">
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
{/if}
@@ -153,7 +153,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</div>
<div class="pager">
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
{/if}
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}

View File

@@ -100,7 +100,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</h1>
<div class="bottem1">
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
<a target="_top" class="pre" href="javascript:void(0);">上一页</a>
{/if}
@@ -136,7 +136,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
{$arrGrm[4]|raw}
</div>
<div class="bottem2">
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1 && $arrChapter.c_page == 0}
<a target="_top" class="pre" href="javascript:void(0);">上一页</a>
{/if}