当列表页只有一条内容时自动跳转到内容页的方法

日期:2021-08-30 人气:4001

在列表页模板里增加如下代码:

12345678910111213
{if $this->db->count("select count(1) from cms_content where $where")==1}
{cms:rs top="1" table="cms_content" join="$join" where="$where"}
<script>location.href="{$rs[link]}"</script>
{/cms:rs}
{/if}

0有帮助,赞一个!
帮助