
{volist name=":fun('Category@sortlist',1,'cms')" id="rs"}
<div class="media-list-b">
<a target="_blank" href="{$rs.url}" class="c-img"> {notempty name="rs.chengshitupian"} <img alt="{$rs.url}" src="{$rs.chengshitupian|tempdir}" width="135" height="90">{/notempty}
<div class="cover"></div>
<div class="cover-text"> <span class="cover-title">{$rs.name}</span> <span class="cover-sub">{$rs.chengshimingcheng}</span> </div>
</a>
</div>
{/volist}
调用一级栏目没问题链接也正常
调用二级栏目时链接只跳转当前页
测试地址:http://www.mybwg.cn/index.php/cms/category/index/fid/2.html

就是这里跳转不正常
请问这段代码怎么写动态id和mid?
{volist name="listdb" id="rs" where='id=$id'}