{extend name="base"/} {block name="resources"} {/block} {block name="main"}
营销插件
{if !empty($list)} {foreach $list as $list_k => $list_v} {if $list_v['type_mark'] == 'shop'}
{$list_v.goods_name}

{$list_v.introduction}

{/if} {/foreach} {/if}
会员互动
{if !empty($list)} {foreach $list as $list_k => $list_v} {if $list_v['type_mark'] == 'member'}
{$list_v.goods_name}

{$list_v.introduction}

{/if} {/foreach} {/if}
应用工具
{if !empty($list)} {foreach $list as $list_k => $list_v} {if $list_v['type_mark'] == 'tool'}
{$list_v.goods_name}

{$list_v.introduction}

{/if} {/foreach} {/if}
系统插件
{if !empty($list)} {foreach $list as $list_k => $list_v} {if $list_v['type_mark'] == 'system'}
{$list_v.goods_name}

{$list_v.introduction}

{/if} {/foreach} {/if}
{/block} {block name="script"} {/block}