仅前台展示,且前端活动页面标题取活动标题配置
 仅后台展示
{if $activity_type == 1}
{foreach name="activity_config['config']" item="vo"} {eq name="$vo['status']" value="1"} {assign name="money_checked" value="1" /} {/eq} {/foreach}
{elseif $activity_type == 3}
{foreach name="activity_config['config']" item="vo"} {eq name="$vo['status']" value="1"} {assign name="money_checked" value="1" /} {/eq} {/foreach}
{/if}
{foreach name="statusList" item="vo"} {/foreach}
{foreach name="popStatusList" item="vo"} {/foreach}
{volist name="popRangeList" id="vo" key="k"} {/volist}
{if in_array($activity_type,[1,3])}
{/if} {if $activity_type == 0}
{:build_radios('row[is_system]', ['0'=>__('否'), '1'=>__('是')],0)}
{/if}

活动添加后可能会延时一分钟后生效