首页
帮助中心
帮助中心
{set:$help_category=array()} {query:name=help} {set:$help_category[$item['category_id']][]=$item} {/query} {query:name=help_category}
{$item['name']}
{if:isset($help_category[$item['id']])} {list:items=$help_category[$item['id']]}
{$item['title']}
{/list} {/if}
{/query}
{query:name=help where=id eq $id/} {if:count($items)>0}
{list:}
{$item['title']}
{$item['content']}
{/list}
{else:}
帮助中心 - 帮助导航
{query:name=help_category}
{$item['name']}
{if:isset($help_category[$item['id']])} {list:items=$help_category[$item['id']]}
{$item['title']}
{/list} {/if}
{/query}
{/if}