#{include file="../Common/Header.html"}
share#{t("我的推广链接")}
auto_awesome
#{t("好友通过链接购买(或注册成为你的下级)后,每笔订单你都会获得分成,以硬币入账。")}
#{t("分成 = 成交价 − 你的拿货价")}#{if $group}#{t(",你当前等级")} #{lang($group.name)} #{t("的拿货价见下表")}#{/if}。
#{t("扫码直达")}
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"}