沒有子欄目時重復顯示了同級欄目
解決方法
1、打開 /include/taglib/channel.lib.php 找到
$type=='son' && $reid!=0 && $totalRow==0
改成
$type=='son' && $reid!=0 && $totalRow==0 && $noself==''
2、dede:channel 標簽寫法加入noself=yes