debug
This commit is contained in:
@@ -122,7 +122,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
|
||||
<h2 class="chapter-title">{$arrChapter['c_name']}(第{$arrChapter.c_page +=1}页)</h2>
|
||||
<div class="read_btn">
|
||||
{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 href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
@@ -158,7 +158,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<br />
|
||||
</p>
|
||||
<div class="read_btn">
|
||||
{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 href="javascript:void(0);">上一页</a>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user