groups#{t("推广人数")}
#{$children}#{t("人")}
receipt_long#{t("推广订单")}
#{$promote_orders}#{t("单")}
calendar_month#{t("本月收益")}
#{$config.currency_symbol}#{$promote_month}
savings#{t("累计收益")}
#{$config.currency_symbol}#{$promote_total}
payments
#{t("商品预计收益")}
#{t("按游客价成交估算 · 会员购买时实际分成会略低")}
history
#{t("最近推广订单")}
#{if count($recent) > 0}
#{foreach $recent as $o}
#{$o.commodity.name}
#{$o.create_time}
#{$config.currency_symbol}#{$o.amount}
#{if $o.divide_amount > 0}
#{t("分成")} #{$config.currency_symbol}#{$o.divide_amount}
#{/if}
#{/foreach}
#{else}
share#{t("还没有推广订单,把链接分享给朋友吧")}
#{/if}
#{ready("/assets/user/controller/user/promote.js")}
#{include file="../Common/Footer.html"}