Browse Source

首页调整

master
xiaodong 2 weeks ago
parent
commit
cb3e031fef
  1. BIN
      public/themes/static_new/fonts/icomoon.ttf
  2. 6
      public/themes/website/1/zh/dongya-web/a_article_detail.html

BIN
public/themes/static_new/fonts/icomoon.ttf

6
public/themes/website/1/zh/dongya-web/a_article_detail.html

@ -43,7 +43,13 @@ if($currentCatePid == 0){
{hcTaglib:category id="$currentCatePid" item="vo" field="*"} {hcTaglib:category id="$currentCatePid" item="vo" field="*"}
<div class="uitbanner"> <div class="uitbanner">
{if !empty($vo.banner.url)}
<img src="{$vo.banner.url|default=''}" alt=""> <img src="{$vo.banner.url|default=''}" alt="">
{else /}
<!-- 没有banner -->
{/if}
</div> </div>
{/hcTaglib:category} {/hcTaglib:category}

Loading…
Cancel
Save