diff --git a/view/article/service_detail.html b/view/article/service_detail.html index 1caaf57..aaeb829 100755 --- a/view/article/service_detail.html +++ b/view/article/service_detail.html @@ -17,7 +17,7 @@ $childrenMenu = Category::getChildrenByParentId($topCategoryId); {foreach $images as $img}
- {$img.alt} + {$img.alt ?? ''}
{/foreach} @@ -45,7 +45,7 @@ $childrenMenu = Category::getChildrenByParentId($topCategoryId);
{if !empty($resource)} {foreach $resource as $res} - {$res.alt} + {$res.alt ?? ''} {/foreach} {/if}