{extend name="app/shop/view/base.html"/} {block name="resources"} {/block} {block name="main"}

点击上传

点击替换

限制门店数量,0代表无限制

限制商品数量,0代表无限制

限制社区团购团长数量,0无限制

元/
%

订单成交额进行分佣比例,按照百分百 如百分之一 填写:1 可保留两位小数

店铺营销:
{foreach $promotions as $promotion} {if condition="$promotion['show_type'] eq 'shop'"}
{$promotion['title']}

{$promotion['description']}

{/if} {/foreach}
会员互动:
{foreach $promotions as $promotion} {if condition="$promotion['show_type'] eq 'member'"}
{$promotion['title']}

{$promotion['description']}

{/if} {/foreach}
应用模块:
{foreach $promotions as $promotion} {if condition="$promotion['show_type'] eq 'tool'"}
{$promotion['title']}

{$promotion['description']}

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