feat(管理员中心): 对接金币代理数据,并开放跳转邀请金币代理按钮
This commit is contained in:
parent
c9087428ff
commit
37652180a0
@ -277,15 +277,17 @@
|
|||||||
<!-- 我的Recharge Agency团队 -->
|
<!-- 我的Recharge Agency团队 -->
|
||||||
<div style="display: flex; flex-direction: column; gap: 4px">
|
<div style="display: flex; flex-direction: column; gap: 4px">
|
||||||
<div style="display: flex; justify-content: space-between; align-items: center">
|
<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">
|
<div style="align-self: stretch; display: flex; align-items: center; gap: 4px">
|
||||||
<!-- <img
|
<img
|
||||||
src="../../assets/icon/addUser.png"
|
src="../../assets/icon/addUser.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="display: block; width: 1.6em"
|
style="display: block; width: 1.6em"
|
||||||
class="flipImg"
|
class="flipImg"
|
||||||
@click="gotoPage('/invite-recharge-agency')"
|
@click="gotoPage('/invite-recharge-agency')"
|
||||||
/> -->
|
/>
|
||||||
<img
|
<img
|
||||||
src="../../assets/icon/list.png"
|
src="../../assets/icon/list.png"
|
||||||
alt=""
|
alt=""
|
||||||
@ -296,9 +298,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
|
<div style="color: rgba(0, 0, 0, 0.4); font-size: 0.8em; font-weight: 500">
|
||||||
Total income:$1500
|
Total income: ${{ teamSummary.rechargeTeams?.totalIncome || 0 }}
|
||||||
</div> -->
|
</div>
|
||||||
|
|
||||||
<!-- 分割线 -->
|
<!-- 分割线 -->
|
||||||
<div style="border-bottom: 1px solid #e6e6e6"></div>
|
<div style="border-bottom: 1px solid #e6e6e6"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user