Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
Default
2025-04-29 20:17:56 +08:00
8 changed files with 15 additions and 15 deletions

View File

@@ -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}

View File

@@ -99,7 +99,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
<div class="word_read">
<h3>{$arrNovel.n_name}{$arrChapter.c_name}</h3>
<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 id="j_chapterPrev" href="javascript:void(0);">上一页</a>
{/if}
@@ -141,7 +141,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</p>
{$arrGrm[5]|raw}
<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 id="j_chapterPrev" href="javascript:void(0);">上一页</a>
{/if}

View File

@@ -126,7 +126,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</h1>
<h1 class="headline">{$arrChapter.c_name ?? ''}</h1>
<div class="pager">
{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 class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
{/if}
@@ -153,7 +153,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</div>
<div class="pager">
{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 class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
{/if}
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}

View File

@@ -100,7 +100,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
</h1>
<div class="bottem1">
{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 target="_top" class="pre" href="javascript:void(0);">上一页</a>
{/if}
@@ -136,7 +136,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
{$arrGrm[4]|raw}
</div>
<div class="bottem2">
{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 target="_top" class="pre" href="javascript:void(0);">上一页</a>
{/if}

View File

@@ -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}

View File

@@ -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}

View File

@@ -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>

View File

@@ -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" /}
&nbsp;&nbsp;<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}