| 插件 | 建站系统大众版 V3.26 |
| 应用作者 | 迅睿官方团队 |
| 发布时间 | 2022-03-01 15:30:06 |
| 更新时间 | 2025-10-09 09:03:09 |
搜索列表页 如果有数据就search循环出来,如果没有数据,就从其他模块里查询这个关键词的数据并循环出来,下面是我写的,求指正
{if $sototal}
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=12 urlrule=$urlrule}
{$t.title}
{/search}
{else}
<div class="title"> <span>看一看其他模块的相关结果吧</span> </div>
{module module=wenda catid=0 order=updatetime num=10 cache=1 name=$keyword}
{$t.title}
{/module}
{/if}
{module module=wenda catid=0 order=updatetime num=10 cache=1 LIKE_title=$keyword}