织梦模板生成栏目列表后,前台访问空白怎么解决 发表于2020年10月3日 作者 jiukeshuju 织梦生成栏目列表后,前台访问空白解决方法: 打开 includearc.listview.class.php 找到 $this->CountRecord(); 改成 if(empty($this->TotalResult)) $this->CountRecord();