织梦生成栏目列表后前台访问空白解决方法:打开 \include\arc.listview.class.php 找到
$this->CountRecord();
改成
if(empty($this->TotalResult)) $this->CountRecord();
POST TIME:2021-05-23 02:38
织梦生成栏目列表后前台访问空白解决方法:打开 \include\arc.listview.class.php 找到
$this->CountRecord();
改成
if(empty($this->TotalResult)) $this->CountRecord();

下一篇:织梦二次开发统计栏目的点击次数