feat(我的充值代理团队列表): 调整对接数据

This commit is contained in:
hzj 2025-12-11 21:00:06 +08:00
parent 288a28d480
commit 07f57eb846

View File

@ -35,13 +35,13 @@
{{ t('my_total_income') }} {{ t('my_total_income') }}
</div> </div>
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)"> <div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
${{ totalRechargeDetail[0]?.totalAmount || 0 }} ${{ totalRechargeDetail?.totalIncome || 0 }}
</div> </div>
<div style="font: 0.8em; font-weight: 500; color: rgba(0, 0, 0, 0.4)"> <div style="font: 0.8em; font-weight: 500; color: rgba(0, 0, 0, 0.4)">
{{ t('this_period_recharge') }} {{ t('this_period_recharge') }}
</div> </div>
<div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)"> <div style="font: 0.9em; font-weight: 600; color: rgba(0, 0, 0, 0.8)">
${{ totalRechargeDetail[1]?.totalAmount || 0 }} ${{ totalRechargeDetail?.currentMonthRecharge || 0 }}
</div> </div>
</div> </div>
@ -186,7 +186,7 @@ const send = async () => {
router.push({ path: '/item-distribution' }) router.push({ path: '/item-distribution' })
} }
const totalRechargeDetail = ref([]) // const totalRechargeDetail = ref({}) //
const agencyList = ref([]) // const agencyList = ref([]) //
const agencyCurrent = ref(1) // const agencyCurrent = ref(1) //
const showAgLoading = ref(true) // const showAgLoading = ref(true) //