From 635c1d9e9a278cb6466f4a273b2da644b2a29f55 Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Tue, 1 Sep 2026 14:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/zh/demo/solution2.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/public/themes/website/1/zh/demo/solution2.html b/public/themes/website/1/zh/demo/solution2.html index daa5ce2..72712e8 100644 --- a/public/themes/website/1/zh/demo/solution2.html +++ b/public/themes/website/1/zh/demo/solution2.html @@ -57,6 +57,8 @@ $current_cate_id = $current_cate['id'] ?? 0; {include file="components/header"}
+ + {if !empty($sub_cates[0])}

{$sub_cates[0]['title'] ?? ''}

@@ -68,7 +70,9 @@ $current_cate_id = $current_cate['id'] ?? 0;
+ {/if} + {if !empty($sub_cates[1])}

{$sub_cates[1]['title']}

- + {/if} + {if !empty($sub_cates[2])}

{$sub_cates[2]['title'] ?? ''}

{$sub_cates[2]['description'] ?? ''}
- + {/if} + {if !empty($sub_cates[3])}

{$sub_cates[3]['title'] ?? ''}

@@ -128,10 +134,11 @@ $current_cate_id = $current_cate['id'] ?? 0;
- + {/if} + {if !empty($sub_cates[4])}
-

{$sub_cates[4]['title']}

+

{$sub_cates[4]['title'] ?? ''}

+ {/if} + {if !empty($sub_cates[5])}

{$sub_cates[5]['title'] ?? ''}

- {hcTaglib:subcategory pid="$sub_cates[4]['id']" item="vo" sort="" } + {hcTaglib:subcategory pid="$sub_cates[5]['id']" item="vo" sort="" }
@@ -187,6 +196,7 @@ $current_cate_id = $current_cate['id'] ?? 0; {/hcTaglib:subcategory}
+ {/if}