debug
This commit is contained in:
21
code/app/home/view/xiongMao/public/novelListH.html
Normal file
21
code/app/home/view/xiongMao/public/novelListH.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<li class="s1">
|
||||
<img class="pic lazy lazyload-img" data-encrypted="false"
|
||||
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
|
||||
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" />
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<h3>
|
||||
<a class="tit" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name ?? ''}</a>
|
||||
</h3>
|
||||
<p class="intro">{$Novel.n_description ?? ''}</p>
|
||||
<p class="info">
|
||||
<span>
|
||||
<aria>作者:</aria>{$Novel.n_author ?? ''}
|
||||
</span>
|
||||
<em class="type">{$Novel->n_category ?? ''}</em>
|
||||
<em class='{eq name="$Novel->n_status ?? null " value="连载中"}serial{else}finish {/eq}'>{$Novel->n_status ?? ''}</em>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user