{extend name='./content'} {block name="content"}
{volist name="channelList" id="v"} {if condition="$v.status == 1"} {else/} {/if} {/volist}
编号 渠道名称 渠道类型 渠道状态 操作
{$v.id} {$v.title} {if $v.type == 1}支付宝{/if} {if $v.type == 2}微信{/if} {if $v.type == 3}银行{/if} 启用禁用
{if condition="$v.status == 1"}   {else/}   {/if}
{/block}