{extend name="base"/} {block name="resources"} {/block} {block name="main"}
营销数据
{:date('Y-m-d')}

进行中活动数(个)

{$summary.in_progress_num}

订单数量(笔)

{$order_num}

当前营销工具数(个)

{$summary.promotion_num}

营销配置
{foreach name="$summary.unlimited_time" item="promotion"}
{$promotion.title}
{$promotion.description}
{if $promotion.switch_type == 'switch'} {else/} {/if}
{$promotion.detail}
{/foreach}
营销活动 更多
{foreach name="all_promotion" item="promotion" index="index"} {if $index < 9} {/if} {/foreach}
{$month}
{for start="1" end="$days + 1"}
{$i}
{/for}
{notempty name="$summary.time_limit"} {foreach name="$summary.time_limit" item="promotion"}
{foreach name="$promotion.detail" item="item"}
{$promotion.title} {$item.promotion_name}
{for start="0" end="$days"}
{php}$curr_time = $start_time + ($i + 1) * 86400;{/php} {if $curr_time > $item.start_time && ($curr_time - 86399) <= $item.end_time}
{/if}
{/for}
{/foreach}
{/foreach} {else/}
暂无相关活动数据,去创建
{/notempty}
{/block} {block name="script"} {/block}