This commit is contained in:
make
2025-04-08 21:33:55 +08:00
parent 114b95ed1f
commit 211e4b3851
5 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
<li>
{$arrGRM[$key+[start]]|raw}
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}' title="{$Novel->og_novel_book_name ?? ''}" class="book_cov">
<img class="lazyload_book_cover lazyload-img"
src="/static/img/default.jpg" data-src="{$Novel->n_cover_path ?? ''}"

View File

@@ -34,7 +34,7 @@
<ul id="mod_index_lb_nv_pic">
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{if $key < 6}
{site:grm domain="$DomainModel->d_domain" code="kuangyu-pc-index" line="37" diff="$key" start="1" end="1" index="$key+10" type="2" /}
{$arrGRM[$key]|raw}
{include file="Pc/Public/swiperListImg" /}
{/if}
{/volist}
@@ -51,6 +51,7 @@
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{if $key == 1}
<h3>
{$arrGRM[1]|raw}
<a href='/pc{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}'
title="{$Novel.og_novel_book_name ?? ''}"
class="zdz">
@@ -65,11 +66,13 @@
<div class="md">
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{if $key > 5 && $key < 10}
{$arrGRM[$key+5]|raw}
{include file="Pc/Public/hostListImg" /}
{/if}
{/volist}
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
{if $key > 9 }
{$arrGRM[$key+9]|raw}
{include file="Pc/Public/hostListText" /}
{/if}
{/volist}
@@ -85,10 +88,8 @@
</div>
<ul class="f2_list" mod="hot_tj">
{volist name="arrRecommendEndNovel" id="Novel" key="key"}
{include file="Pc/Public/endNovelList" /}
{/volist}
{include file="Pc/Public/endNovelList" start="13" /}
{/volist}
</ul>
</div>