联系官方销售客服
1835022288
028-61286886
{list action=category module=share pid=0}
{if $t.child}
<li><a href="javascript:;"><span>{$t.name}</span><i class="touch-arrow-down"></i></a>
<ul>
{if $t2.child}
{list action=category module=share pid=$t.id return=t2}
<li><a href="javascript:;"><span>{$t2.name}</span></a>
<ul>
{list action=category module=share pid=$t2.id return=t3}
<li><a href="{$t3.url}"><span>{$t3.name}</span></a></li>
{/list}
</ul>
</li>
{/list}
{/if}
{else}
{list action=category module=share pid=$t.id return=t2}
<li><a href="{$t2.url}"><span>{$t2.name}</span></a></li>
{/list}
{/if}
</ul>
</li>
{else}
<li><a href="{$t.url}"><span>{$t.name}</span></a></li>
{/if}
{/list}
判断 有二级 显示二级 没二级 显示一级 正常 判断有三级 显示三级 没三级不显示 这个 不生效呢
模板文件:
URL地址:
逻辑错了,思考思考逻辑,一眼就可以看出问题,你自己想想,很简单的逻辑,你搞错了
哈哈这样写,永远不会为true,因为t2在后面定义的,前面不会生效了,小问题而已