debug search

This commit is contained in:
make
2025-04-28 11:01:43 +08:00
parent 77b68bae25
commit e5e87ca286
3 changed files with 4 additions and 5 deletions

View File

@@ -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>