{eyou:assign name='toplitpic' value='$eyou.field.typeid|gettoptype=###,"litpic"'}
{eyou:empty name='$toplitpic'}
<img src="{eyou:global name='web_templets_pc' /}/skin/img/banner.jpg" height="134" border=0 >
{eyou:else /}
<img src="{$eyou.field.typeid|gettoptype=###,'litpic'}" height="134" border=0 >
{/eyou:empty}
这节代码的意思就是判断后台是否有输出图片,没有则显示默认图片。
代码详解
name='toplitpic 是自定义 变量名(自己随意命名,必须是唯一的)
value='$eyou.field.typeid|gettoptype=###,"litpic" 是判断输出的值
{eyou:empty name='$toplitpic'}
输出值为空时显示这里
{eyou:else /}
有输出值时显示这里
{/eyou:empty}