联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
列表页有此栏目同级的单页导航 详情页就没有 这个是什么问题
类型:POSCMS 更新时间:2017-11-28 09:16:12 详情页

blob.pngblob.png

回帖
  • 加煎蛋
    #1楼    加煎蛋
    2017-11-27 21:53:01
    0
    肯定调用方法不对
  • 刘杰
    #2楼    刘杰
    2017-11-27 21:55:38
    0
    {loop $related $c} <li class="left_child"><a href="{$c.url}"><p>{$c.name}</p></a></li> {/list}【加煎蛋】1楼
  • 和其正
    #3楼    和其正
    2017-11-28 09:16:12
    0
    {if $cat.child}
    {list action=category module=share pid=$cat.id return=c}
    <li class="left_child"><a target="_blank" href="{$c.url}"><p>{$c.name}</p></a></li>
    {/list}
    {/if}