This commit is contained in:
make
2025-04-28 17:59:23 +08:00
parent 04e0d3eb25
commit 7b81e70f44
2 changed files with 3 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<a class="url_pre" id="pb_prev"
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上页</a>
{/if}
<a id="pb_mulu" href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>目录</a>
@@ -155,7 +156,6 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
{/if}
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
<a class="url_pre" id="pb_prev"
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上页</a>