diff --git a/public/themes/website/1/en/demo/components/footer.html b/public/themes/website/1/en/demo/components/footer.html index ad3b33c..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; } @@ -59,8 +58,10 @@ diff --git a/public/themes/website/1/zh/demo/components/footer.html b/public/themes/website/1/zh/demo/components/footer.html index 89d648f..97cbec9 100755 --- a/public/themes/website/1/zh/demo/components/footer.html +++ b/public/themes/website/1/zh/demo/components/footer.html @@ -59,8 +59,10 @@