debug
This commit is contained in:
@@ -105,7 +105,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</div>
|
||||
{$arrGrm[2]|raw}
|
||||
<div id="readLoadNext" class="read-load-next">
|
||||
{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:" class="btn-normal red" data-size="14" role="button">上一章</a>
|
||||
{/if}
|
||||
|
||||
@@ -129,7 +129,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</article>
|
||||
{$arrGrm[5]|raw}
|
||||
<div id="readLoadNext" class="read-load-next">
|
||||
{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:" class="btn-normal red" data-size="14" role="button">上一章</a>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -228,7 +228,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
<span></span>
|
||||
</div>
|
||||
<div class="chapter-control dib-wrap">
|
||||
{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 id="j_chapterPrev" href="javascript:void(0);">上一章</a>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user