From 25c0818531fdd381bcd628bc0e2c8eb2a74c0bb1 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Mon, 14 Nov 2022 15:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E4=BF=AE=E6=94=B9=E5=AE=8C?= =?UTF-8?q?=E6=88=90-1114?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/page/activity.html | 2 +- view/page/history.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/page/activity.html b/view/page/activity.html index caf20b0..a927090 100755 --- a/view/page/activity.html +++ b/view/page/activity.html @@ -49,7 +49,7 @@ $previewList = Article::getList(Category::CATEGORY_BRAND_ACTIVITY, 10, null, ['i
{foreach $previewList as $prev} -
{$prev.title}
+
{$prev.title}

{$prev.title}

{$prev.summary}

diff --git a/view/page/history.html b/view/page/history.html index 05da9b5..81da8d9 100755 --- a/view/page/history.html +++ b/view/page/history.html @@ -87,7 +87,7 @@ foreach ($items as $item) { {/php} {foreach $eventList as $k => $event} {if ($k == 0) } - {$event.title ?? ''} + {$event.title ?? ''} {php}break;{/php} {/if} {/foreach} @@ -99,6 +99,6 @@ foreach ($items as $item) { \ No newline at end of file