网店信息
帮助中心
文章列表
{foreach from=$artciles_list item=article}
{$article.short_title}
{$article.author} {$article.add_time}
{/foreach}
{foreach from=$helps item=help_cat name=helps}
{$help_cat.cat_name}
{foreach from=$help_cat.article item=item name=help_list}
{$item.short_title}
{/foreach}
{/foreach}