#{include file="../Common/Header.html"}
资产数据
account_balance_wallet余额
#{$user.balance}
paid硬币
#{$user.coin}
savings元气(总充值)
#{$user.recharge}
trending_up总收入(硬币)
#{$user.total_coin}
#{if $user.businessLevel}
经营数据
today今日收入
#{$today_income}
event昨日收入
#{$yesterday_income}
date_range本月收入
#{$month_income}
insights总交易
#{$trade}
receipt_long 今日订单 #{$today_orders} local_shipping 待发货 #{$pending_delivery} vpn_key 未售卡密 #{$card_unsold} inventory_2 在售商品 #{$commodity_online}/ #{$commodity_count}
bar_chart 近 7 日收入 峰值 ¥#{$week_series_max}
#{foreach $week_series as $d}
#{$d.label}
#{/foreach}
storefront 最近卖出 全部订单chevron_right
#{if count($recent_sales) > 0}
#{foreach $recent_sales as $o}
#{$o.commodity.name}
#{$o.create_time}
¥#{$o.amount}
#{if $o.rebate > 0}
赚 ¥#{$o.rebate}
#{/if}
#{/foreach}
#{else}
storefront

还没有卖出记录,把商品分享出去吧

#{/if}
#{/if}
消费数据 shopping_cart去购物 bolt去充值
calendar_month本月购物
#{$buy_month}
shopping_bag累计购物
#{$buy_total}
receipt累计订单
#{$buy_count}
history 最近购买 全部记录chevron_right
#{ready("/assets/user/controller/dashboard/index.js")} #{include file="../Common/Footer.html"}