From 17d9bbc4c86a623c760124442ed06ed7875d9644 Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Thu, 10 Sep 2026 10:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/en/demo/components/footer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/themes/website/1/en/demo/components/footer.html b/public/themes/website/1/en/demo/components/footer.html index e393853..ff35aff 100755 --- a/public/themes/website/1/en/demo/components/footer.html +++ b/public/themes/website/1/en/demo/components/footer.html @@ -43,7 +43,6 @@ {php} $ft_href = $child['href'] ?? ''; $ft_child_cid = (int)($child['category_id'] ?? 0); - // 产品列:与头部一致,拼接 cat=product-control-{栏目ID} if ($ft_is_product && $ft_child_cid > 0 && $ft_href !== '') { $ft_href .= (strpos($ft_href, '?') !== false ? '&' : '?') . 'cat=product-control-' . $ft_child_cid; }