feat(管理员中心): 对接金币代理数据,并开放跳转邀请金币代理按钮

This commit is contained in:
hzj 2025-12-10 10:58:58 +08:00
parent c9087428ff
commit 37652180a0

View File

@ -277,15 +277,17 @@
<!-- 我的Recharge Agency团队 -->
<div style="display: flex; flex-direction: column; gap: 4px">
<div style="display: flex; justify-content: space-between; align-items: center">
<div style="font-weight: 600">Number of recharge agents linvited</div>
<div style="font-weight: 600">
Number of recharge agents linvited({{ teamSummary.rechargeTeams?.count || 0 }})
</div>
<div style="align-self: stretch; display: flex; align-items: center; gap: 4px">
<!-- <img
<img
src="../../assets/icon/addUser.png"
alt=""
style="display: block; width: 1.6em"
class="flipImg"
@click="gotoPage('/invite-recharge-agency')"
/> -->
/>
<img
src="../../assets/icon/list.png"
alt=""
@ -296,9 +298,9 @@
</div>
</div>
<!-- <div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
Total income:$1500
</div> -->
<div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
Total income: ${{ teamSummary.rechargeTeams?.totalIncome || 0 }}
</div>
<!-- 分割线 -->
<div style="border-bottom: 1px solid #e6e6e6"></div>