debug
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="{$strPcPath}/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$Chapter.n_id}/zhang-{$Chapter.c_sort_num}"
|
<a href="{$strPcPath}/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$Chapter.n_id}/zhang-{$Chapter.c_sort_num}"
|
||||||
class="zj">{$Chapter.name}</a>
|
class="zj">{$Chapter.name}</a>
|
||||||
<span class="time">{$Chapter.created_at}</span>
|
<span class="time">{$Chapter.created_at ?? '1天前'}</span>
|
||||||
<!-- <span class="time">3天前</span>-->
|
<!-- <span class="time">3天前</span>-->
|
||||||
</p>
|
</p>
|
||||||
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
|
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
|
||||||
|
|||||||
@@ -195,7 +195,7 @@
|
|||||||
{$arrGRM[$key]|raw}
|
{$arrGRM[$key]|raw}
|
||||||
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" c_sort="$Chapter[c_sort_num]" c_page="0"/}'
|
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" c_sort="$Chapter[c_sort_num]" c_page="0"/}'
|
||||||
title="{$arrNovel.og_novel_book_name}-{$Chapter.name}" class="zj">{$Chapter.name}</a>
|
title="{$arrNovel.og_novel_book_name}-{$Chapter.name}" class="zj">{$Chapter.name}</a>
|
||||||
<span class="time">{$Chapter.created_at}</span>
|
<span class="time">{$Chapter.created_at ?? '1天前'}</span>
|
||||||
<!-- <span class="time">3天前</span>-->
|
<!-- <span class="time">3天前</span>-->
|
||||||
</p>
|
</p>
|
||||||
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
|
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user