debug
This commit is contained in:
@@ -135,7 +135,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<div class="chapter-page-btn">
|
||||
{$arrGrm[1]|raw}
|
||||
<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><a href='javascript:'>上一页</a></li>
|
||||
{/if}
|
||||
|
||||
@@ -163,7 +163,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<div class="chapter-page-btn">
|
||||
{$arrGrm[5]|raw}
|
||||
<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><a href='javascript:'>上一页</a></li>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user