From 478c28c896f0cac6fca45f0176e6c2d6f0c86e64 Mon Sep 17 00:00:00 2001 From: xiaodong Date: Fri, 11 Sep 2026 18:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=A0=87=E9=A2=98=E6=8D=A2=E8=A1=8C=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/zh/demo/solution2.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/themes/website/1/zh/demo/solution2.html b/public/themes/website/1/zh/demo/solution2.html index 7ddd484..e18a658 100755 --- a/public/themes/website/1/zh/demo/solution2.html +++ b/public/themes/website/1/zh/demo/solution2.html @@ -61,7 +61,10 @@ $current_cate_id = $current_cate['id'] ?? 0; {if !empty($sub_cates[0])}
-

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

+ {php} + $sub_cates_tmp0 = $sub_cates[0]['title'] ?? ''; + {/php} +

{$sub_cates_tmp0|raw}

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

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

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

+

{$sub_cates[1]['title'] ?? ''|raw}

    {php} $contents = getContentByCategory($sub_cates[1]['id'], $seller_id, 6, 'sort asc', ['thumbnail', 'category']);