debug
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{extend name="baseH5" /}
|
||||
|
||||
{block name="get-data"}
|
||||
{site:grm page_code="h5_index" diff="0" num="100" g_key="arrGrm" /}
|
||||
{/block}
|
||||
{block name="title"}{site:replace code="INDEX@INDEX@TITLE"}{/block}
|
||||
{block name="keywords"}{site:replace code="INDEX@INDEX@KEYWORDS"}{/block}
|
||||
{block name="description"}{site:replace code="INDEX@INDEX@DESCRIPTION"}{/block}
|
||||
@@ -69,7 +73,7 @@
|
||||
<div class="">
|
||||
<div class="novel-list">
|
||||
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
{include file="public/novel-list" /}
|
||||
{include file="public/novel-list" start="0" /}
|
||||
{/novel:list}
|
||||
</div>
|
||||
</div>
|
||||
@@ -89,7 +93,7 @@
|
||||
$showIconStatus = "zhuantai";
|
||||
{/php}
|
||||
{novel:list count="8" sort_type="tuijian" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
{include file="public/novel-list-flex" /}
|
||||
{include file="public/novel-list-flex" start="9" /}
|
||||
{/novel:list}
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,7 +108,7 @@
|
||||
<div class="">
|
||||
<div class="novel-list">
|
||||
{novel:list count="8" sort_type="update" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
{include file="public/novel-list" showIconStatus=true/}
|
||||
{include file="public/novel-list" start="16" showIconStatus=true/}
|
||||
{/novel:list}
|
||||
</div>
|
||||
</div>
|
||||
@@ -123,7 +127,7 @@
|
||||
$showIconStatus = "zhuantai";
|
||||
{/php}
|
||||
{novel:list count="8" sort_type="news" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
{include file="public/novel-list-flex" /}
|
||||
{include file="public/novel-list-flex" start="24" /}
|
||||
{/novel:list}
|
||||
</div>
|
||||
</div>
|
||||
@@ -141,7 +145,7 @@
|
||||
{php}
|
||||
$showIconStatus = true;
|
||||
{/php}
|
||||
{include file="public/novel-list" /}
|
||||
{include file="public/novel-list" start="35" /}
|
||||
{/novel:ranklist}
|
||||
</div>
|
||||
</div>
|
||||
@@ -164,7 +168,7 @@
|
||||
{php}
|
||||
$showIconStatus = "paixu";
|
||||
{/php}
|
||||
{include file="public/novel-list-flex" /}
|
||||
{include file="public/novel-list-flex" start="45" /}
|
||||
|
||||
{/novel:ranklist}
|
||||
</div>
|
||||
@@ -182,6 +186,9 @@
|
||||
<div class="novel-list mei_ri_gen_xin_list">
|
||||
{novel:list count="20" sort_type="update" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' class="list-header">
|
||||
{if !empty($arrGrm[$key + 55])}
|
||||
{$arrGrm[$key+55]|raw}
|
||||
{/if}
|
||||
<div class="block_txt ">
|
||||
<h3>{$Novel.n_name}</h3>
|
||||
<p class="xiaoshuo_info">
|
||||
|
||||
Reference in New Issue
Block a user