From 783441dc9a49aa807372ef41d1b537c4ba617d0c Mon Sep 17 00:00:00 2001 From: xiaodong Date: Mon, 7 Sep 2026 10:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E9=A1=B5=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/zh/demo/news.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/public/themes/website/1/zh/demo/news.html b/public/themes/website/1/zh/demo/news.html index f142c38..b6047cd 100644 --- a/public/themes/website/1/zh/demo/news.html +++ b/public/themes/website/1/zh/demo/news.html @@ -174,14 +174,9 @@ {volist name="hc_content" id="vo_content"} {php} - $content = $hc_content['content'] ?? ''; - $description = $hc_content['description'] ?? ''; - $create_time_int = $hc_content['create_time'] ?? ''; - $create_time_str = ''; - if(!empty($create_time_int)){ - $create_time_str = date('Y-m-d', $create_time_int); - } - // dd($hc_content->toArray());exit; + $content = $vo_content['content'] ?? ''; + $description = $vo_content['description'] ?? ''; + $create_time_str = $vo_content['create_time'] ?? ''; {/php}