This commit is contained in:
make
2025-04-28 17:11:06 +08:00
parent 2958d293d1
commit 4676ae1f16
60 changed files with 369 additions and 181 deletions

View File

@@ -5,7 +5,7 @@ $Novel.n_id{extend name="baseH5" /}
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="$Request.route.intForgeId" /}
{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /}
{chapter:pagerexp page="$Request.route.intPage" limit="10" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
{/block}
@@ -155,29 +155,33 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
<div class="detail-info">
<!-- 目录下拉分页-->
{include file="public/allChapterPage" start="1"/}
{include file="public/allChapterPage" start="1"/}
<ul style="margin-top:10px;">
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
cache_life="86400"}
{volist name="resData.data" id="Chapter" key="key"}
<li style="margin-top:5px;">
{if !empty($arrGrm[$key])}
{$arrGrm[$key]|raw}
{/if}
<a
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>{$Chapter.c_name}</a>
</li>
{/chapter:list}
{/volist}
</ul>
<!-- 目录下拉分页-->
{include file="public/allChapterPage" start="1"/}
{include file="public/allChapterPage" start="1"/}
<div class="detail-tag">
<span class="label">相关标签:</span>
<span class="value">
<span class="value-tag">
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
<a
href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{volist name='$arrNovel.arrRelateveNovel' id='Novel' key="key"}
{if !empty($arrGrm[$key +100])}
{$arrGrm[$key +100]|raw}
{/if}
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>&nbsp;&nbsp;
{/volist}
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
<a