From 6f63dc1c7a83a991712c5c33bdf5ad5de6578d36 Mon Sep 17 00:00:00 2001 From: xiaodong Date: Tue, 1 Sep 2026 09:51:18 +0800 Subject: [PATCH] solution2.html--debug --- public/themes/website/1/zh/demo/category.html | 2251 ++++++++++++++---------- public/themes/website/1/zh/demo/solution2.html | 6 +- 2 files changed, 1339 insertions(+), 918 deletions(-) diff --git a/public/themes/website/1/zh/demo/category.html b/public/themes/website/1/zh/demo/category.html index 9d8af96..3177856 100644 --- a/public/themes/website/1/zh/demo/category.html +++ b/public/themes/website/1/zh/demo/category.html @@ -1,961 +1,1378 @@ - - +{php} +var_dump($current_cate); +$current_cate_id = $current_cate['id'] ?? ''; +//exit(); +{/php} - - - - 工业控制产品 - 睿能科技 - - - - - - - - - - - - - - - - - - - -{include file="components/header"} - -
-
- + + + + {include file="components/header"} -
- + - -
-
-
-
-
- -
- - - - - - - -
-
-
-
+ +
+ + + + + + + - -
  • - - -
  • -
  • - - -
  • -
  • -
  • - - - - - - - - - - - - - - - - - + - \ No newline at end of file + + + + + + + + + + diff --git a/public/themes/website/1/zh/demo/solution2.html b/public/themes/website/1/zh/demo/solution2.html index d81fc8b..c80c3fc 100644 --- a/public/themes/website/1/zh/demo/solution2.html +++ b/public/themes/website/1/zh/demo/solution2.html @@ -1,6 +1,10 @@ +{php} +$current_cate_id = $current_cate['id'] ?? 0; +{/php} + @@ -52,7 +56,7 @@ {include file="components/header"} -{hcTaglib:category id="$_GET['cid']" item="vo" field="*"} +{hcTaglib:category id="$current_cate_id" item="vo" field="*"}