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']);