织梦判断是否有子栏目,有就输出 javascript:; ,没有子栏目就直接输出超链接地址代码写法,今天我们在做一个自适应结构的网站的时候会经常碰到实现这样的效果,如图所示。
实现要求:
一般用作手机站,点击弹开子菜单,但当某栏目没有子栏目时则需要输出链接地址。
实现效果:

代码写法:
{dede:channelartlist row=7 typeid=top currentstyle=current}
<li>
<a href="{dede:field name=typeid runphp=yes}global $dsql;$row = $dsql->GetOne("select * from `#@__arctype` where reid='@me' and ishidden<>1 order by sortrank asc limit 0,1");if(is_array($row)) @me = 'javascript:;'; else @me = GetOneTypeUrlA($dsql->GetOne("select * from `#@__arctype` where id='@me' and ishidden<>1"));{/dede:field}"><span>{dede:field.typename/}</span>{dede:channel type='son' row=1 noself='yes'}<i class="touch-arrow-down"></i>{/dede:channel}</a>
{dede:channel type='son' row=1 noself='yes'}
<ul>
{/dede:channel}
{dede:channel type='son' noself='yes'}
<li><a href="[field:typelink/]"><span>[field:typename/]</span></a></li>
{/dede:channel}
{dede:channel type='son' row=1 noself='yes'}
</ul>
{/dede:channel}
</li>
{/dede:channelartlist}
产生代码:
01 | <li class= "main_item " > <a href= "javascript:;" ><span>关于我们</span></a> |
02 | <ul class= "drop_list" > |
04 | <li><a class= "novlink" href= "/gongsigaikuang/" title= "公司概况" >公司概况</a></li> |
06 | <li><a class= "novlink" href= "/changfangshebei/" title= "厂房设备" >厂房设备</a></li> |
08 | <li><a class= "novlink" href= "/pinpairongyu/" title= "品牌荣誉" >品牌荣誉</a></li> |
10 | <li><a class= "novlink" href= "/gongsifengcai/" title= "公司风采" >公司风采</a></li> |
13 | </li><li class= "main_item " > <a href= "/xinpintuijian/" ><span>新品推荐</span></a> |
14 | <ul style= "display:none" > |
17 | </li><li class= "main_item " > <a href= "javascript:;" ><span>全部产品</span></a> |
18 | <ul class= "drop_list" > |
20 | <li><a class= "novlink" href= "/quanbuchanpin/Dleimiehuoqi/" title= "D类灭火器" >D类灭火器</a></li> |
22 | <li><a class= "novlink" href= "/quanbuchanpin/chezaimiehuoqi/" title= "车载灭火器" >车载灭火器</a></li> |
24 | <li><a class= "novlink" href= "/quanbuchanpin/ganfenmiehuoji/" title= "干粉灭火剂" >干粉灭火剂</a></li> |
26 | <li><a class= "novlink" href= "/quanbuchanpin/chukouhanguoganfen/" title= "出口韩国干粉" >出口韩国干粉</a></li> |
28 | <li><a class= "novlink" href= "/quanbuchanpin/paomomiehuoji/" title= "泡沫灭火剂" >泡沫灭火剂</a></li> |
31 | </li><li class= "main_item " > <a href= "/hezuohuoban/" ><span>合作伙伴</span></a> |
32 | <ul style= "display:none" > |
35 | </li><li class= "main_item " > <a href= "javascript:;" ><span>新闻中心</span></a> |
36 | <ul class= "drop_list" > |
38 | <li><a class= "novlink" href= "/xinwenzhongxin/xingyexinwen/" title= "行业新闻" >行业新闻</a></li> |
40 | <li><a class= "novlink" href= "/xinwenzhongxin/gongsixinwen/" title= "公司新闻" >公司新闻</a></li> |
43 | </li><li class= "main_item " > <a href= "/lianxiwomen/" ><span>联系我们</span></a> |
44 | <ul style= "display:none" > |
|
发表评论
评论列表(0条)