全网整合营销服务商

电脑端+手机端+微信端=数据同步管理

免费咨询热线:15165206905

eyou:notempty 的基础用法以及案例判断不为空标签

导航为例   

<ul class="drawer-nav-list">
 
         {eyou:channel type="top" id="field" row="8"}
  
    
   {eyou:notempty name="$field.children"}  
  <!--当前栏目有子栏目显示的内容-->
      <li>
 
 
  <a target="_self" href="javascript:;" href="{$field.typeurl}" class="cn f13 upper">{$field.typename}</a> 
  
 
    {eyou:notempty name="$field.children"}
<!--判断当前栏目有无子栏目-->
        <div class="childer"> 
{eyou:channel name="$field.children" id="field2"} <a href="{$field2.typeurl}">{$field2.typename}</a> {/eyou:channel} </div>
 
    {/eyou:notempty}
       </li>
 
{eyou:else /}
<!--没有子栏目显示的内容-->
  <li>
<a href="{$field.typeurl}" class="cn f13 upper">{$field.typename}</a> 
    </li>
  {/eyou:notempty}
 
 
      {/eyou:channel}
 
      </ul>


实例二:
描述:文檔SEO標題不爲空時,顯示文檔SEO標題;不然顯示常規標題。
{eyou:notempty name='$eyou.field.seo_title' /}
{$eyou.field.seo_title} <!-- seo標題不爲空時,顯示seo標題 -->
{eyou:else /}
{$eyou.field.title} <!-- 不然顯示常規標題 -->
{/eyou:notempty}

 

您的项目需求

*请认真填写需求信息,我们会在24小时内与您取得联系。