修改分类

This commit is contained in:
ouzhiqiang
2025-09-19 10:29:25 +08:00
parent e6d299df83
commit 5b901fe43c
2 changed files with 4 additions and 4 deletions

View File

@@ -73,14 +73,14 @@
<li class="two-mues">
<a href="#" class="two-a">
<div><img src="__IMAGES__/nars-jt.png"
class="arrow {if condition='$ad.id == $Request.get.cid'}rotate{/if}">
class="arrow {if condition='$ad.id == $Request.get.pid'}rotate{/if}">
</div>
<span>{$ad.name}</span>
</a>
<ul class="thress-mues">
{volist name="ad.article" id="ae"}
<li>
<a href="{:url('/index/topic/nas/help_detail', ['cid' => $ad.id , 'id' => $ae.id])}"
<a href="{:url('/index/topic/nas/help_detail', ['cid' => $ac.id ,'pid' => $ad.id, 'id' => $ae.id])}"
style="margin-left:18%;padding: 0.4rem;">{$ae.title}</a>
</li>
{/volist}