{foreach from=$deal_help item=cate}
  • {$cate.title}
  • {foreach from=$cate.help_list item=item}
  • {$item.title}
  • {/foreach} {/foreach}