From 90b252af431f9012aeda7e683a7e28934cc834c4 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Mon, 7 Nov 2022 18:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/article/added_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/article/added_detail.html b/view/article/added_detail.html index ad7d26a..e18eb6a 100755 --- a/view/article/added_detail.html +++ b/view/article/added_detail.html @@ -17,7 +17,7 @@ $childrenMenu = Category::getChildrenByParentId($topCategoryId); {foreach $images as $img}
- {$img.alt} + {$img.alt ?? ''}
{/foreach} @@ -47,7 +47,7 @@ $childrenMenu = Category::getChildrenByParentId($topCategoryId);
{if !empty($resource)} {foreach $resource as $res} - {$res.alt} + {$res.alt ?? ''} {/foreach} {/if}