debug
This commit is contained in:
@@ -129,7 +129,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<h1 id="chaptername" class="chaptername">{$arrNovel['n_name']}最新章节 - {$arrChapter.c_name ?? ''}(第{$arrChapter.c_page +=1}页)</h1>
|
||||
<div class="chapter-page-btn">
|
||||
<ul>
|
||||
{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}
|
||||
<li class="prev">
|
||||
<a class="url_pre iconfont icon-syy" id="pb_prev" href="javascript:" ></a>
|
||||
</li>
|
||||
@@ -169,7 +169,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</br></div>
|
||||
<div class="chapter-page-btn">
|
||||
<ul>
|
||||
{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}
|
||||
<li class="prev">
|
||||
<a class="url_pre iconfont icon-syy" id="pb_prev" href="javascript:" ></a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user