muban大师 发表于 2021-3-26 10:59:28

织梦生成栏目列表后,前台访问空白解决方法

织梦生成栏目列表后,前台访问空白解决方法:
       
        打开 \include\arc.listview.class.php 找到
       
        $this->CountRecord();
       
        改成
       
        if(empty($this->TotalResult)) $this->CountRecord();
页: [1]
查看完整版本: 织梦生成栏目列表后,前台访问空白解决方法