在列表页模板里增加如下代码:
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}