#{include file="../Header.html"} #{hook(\App\Consts\Hook::ADMIN_VIEW_USER_HEADER)}
#{include file="../Toolbar.html"}

会员概览

#{include file="../Component/StatCard.html" accent="primary" icon="fa-users" label="总用户" value=$userCount} #{include file="../Component/StatCard.html" accent="success" icon="fa-shop" label="商家" value=$businessCount} #{include file="../Component/StatCard.html" accent="primary" icon="fa-wallet" label="当前余额" value=$balance itemClass="md-stat-grid__item--wide"} #{include file="../Component/StatCard.html" accent="success" icon="fa-money-bill-wave" label="总充值" value=$recharge itemClass="md-stat-grid__item--wide"} #{include file="../Component/StatCard.html" accent="warning" icon="fa-coins" label="当前硬币" value=$coin itemClass="md-stat-grid__item--wide"} #{include file="../Component/StatCard.html" accent="success" icon="fa-coins" label="总获得硬币" value=$totalCoin itemClass="md-stat-grid__item--wide"}

会员列表

#{hook(\App\Consts\Hook::ADMIN_VIEW_USER_TOOLBAR)}
#{ready("/assets/admin/controller/user/index.js")} #{hook(\App\Consts\Hook::ADMIN_VIEW_USER_FOOTER)} #{include file="../Footer.html"}