增加企业产品分类

This commit is contained in:
2026-03-21 14:12:21 +08:00
parent 9281c1dc35
commit 2a6b14f698
13 changed files with 1139 additions and 277 deletions
-2
View File
@@ -55,8 +55,6 @@ $articleCategoryUrl = $apiUrl . '/getArticleCategories?baseUrl=' . urlencode($ho
$articleCategoryRes = fetchApiData($articleCategoryUrl);
$articleCategoryList = $articleCategoryRes['list'] ?? [];
print_r($articleCategoryList);
// 获取特色服务
$servicesList = $homeInfo['services'] ?? [];