debug search
This commit is contained in:
@@ -151,8 +151,7 @@ $Novel.n_id{extend name="baseH5" /}
|
||||
class="green">{$arrNovel.n_status}</span>
|
||||
</p>
|
||||
<p class="update"><span>最近更新:</span><a href='{site:lcpurl n_id="$arrNovel.n_id"
|
||||
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter->c_name
|
||||
?? ""}</a></p>
|
||||
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.n_latest_chapter_name ?? ""}</a></p>
|
||||
<p class="time"><span>更新时间:</span>{$arrNovel.n_update_time} </p>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
@@ -97,7 +97,7 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||
</h2>
|
||||
{$arrGrm[2]|raw}
|
||||
<div class="word_read">
|
||||
<h3>{$arrNovel.n_name}({$arrChapter['c_name']})</h3>
|
||||
<h3>{$arrNovel.n_name}({$arrChapter.c_name})</h3>
|
||||
<div class="read_btn">
|
||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||
<a id="j_chapterPrev" href="javascript:void(0);">上一页</a>
|
||||
|
||||
Reference in New Issue
Block a user