修改models下的文件article.php中的if ($category_id)部分:
搜索 public function get_articles_list
if ($category_id)
{
$where[] = 'category_id IN(' . implode(',', $this->model('system')->get_category_with_child_ids('question', $category_id)) . ')';
}
即可正常显示了
阅读全文
收起全文