修改分类

This commit is contained in:
ouzhiqiang
2025-09-18 16:48:45 +08:00
parent 43ad1c4768
commit 2a2447aaf4
2 changed files with 48 additions and 36 deletions

View File

@@ -281,10 +281,10 @@ class TopicNas extends Common
}
}
}
dump($article_categorys_new);
dump($article_categorys_two);exit;
// dump($article_categorys_new);
// dump($article_categorys_two);exit;
View::assign('article_categorys', $article_categorys);
View::assign('article_categorys', $article_categorys_new);
return View::fetch('help_detail');
}