From 4b335b272f6cf35ee4a8a49ca8fb787d74d52ec8 Mon Sep 17 00:00:00 2001 From: xiaodong Date: Tue, 1 Sep 2026 13:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/zh/demo/category.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/themes/website/1/zh/demo/category.html b/public/themes/website/1/zh/demo/category.html index 1868731..aa3c981 100644 --- a/public/themes/website/1/zh/demo/category.html +++ b/public/themes/website/1/zh/demo/category.html @@ -89,14 +89,14 @@ $current_cate_id = $current_cate['id'] ?? '';
- {hcTaglib:subcategory pid="333" item="vo" sort="" key="key"} + {hcTaglib:subcategory pid="333" item="vo" sort="" key="key_top"} {php} $sub_cate_id = $vo['id']; // 获取子分类的ID // var_dump($sub_cate_id);exit; // $need_show_sub_content = $vo['need_show_sub_content'] ?? 0; //是否需要展示此分类下的内容列表0=不展示,1=展示 {/php} -
+
{hcTaglib:subcategory pid="$sub_cate_id" item="vo_sub" sort="" key="key_sub"} @@ -142,7 +142,7 @@ $current_cate_id = $current_cate['id'] ?? ''; // $need_show_sub_content = $vo['need_show_sub_content'] ?? 0; //是否需要展示此分类下的内容列表0=不展示,1=展示 {/php} -