This commit is contained in:
make
2025-05-12 18:44:23 +08:00
parent 8a96c4377a
commit 8cd8d1542a
69 changed files with 78 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
{extend name="basePc" /}
{block name="get-data"}
{novel:pagerexp page="$Request.get.page" limit="30"
{novel:pagerexp page="$Request.route.intPage" limit="30"
key="$Request.get.keyword"
d_key="d_key"
d_val="Novel" n_num="total"
@@ -63,7 +63,7 @@ p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager"
<div class="find">
<div class="fi_t">
<h1>{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.get.page}页</h1>
<h1>{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.route.intPage}页</h1>
<div class="result search_tip">
搜索<span style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span style="color:red">{$resData.p_data.total}</span> 部小说