首页 > CMS > 织梦DEDE > 正文

织梦模板生成栏目列表后,前台访问空白怎么解决

2024-07-12 08:46:20
字体:
来源:转载
供稿:网友
织梦生成栏目列表后,前台访问空白解决方法:
打开 includearc.listview.class.php 找到
$this->CountRecord();
改成
if(empty($this->TotalResult)) $this->CountRecord();
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表