1234567891011121314 |
- <span class="layui-breadcrumb">
- <a href="###"></a>
- {{# layui.each(d.items,function(index,item){}}
- {{# if(d.currId==item.id){}}
- <a><cite>{{=item.name}}</cite></a>
- {{# } else { }}
- {{# if(item.id==0){}}
- <a href="###" onclick="enterFolder(this)" data_id="0">{{=item.name}}</a>
- {{# } else { }}
- <a href="###" onclick="enterFolder(this)" data_id="{{=item.id}}">{{=item.name}}</a>
- {{# } }}
- {{# } }}
- {{# }); }}
- </span>
|