diff --git a/src/views/AdminCenter/MyRechargeAgency.vue b/src/views/AdminCenter/MyRechargeAgency.vue index e9ca862..f58b63c 100644 --- a/src/views/AdminCenter/MyRechargeAgency.vue +++ b/src/views/AdminCenter/MyRechargeAgency.vue @@ -35,13 +35,13 @@ {{ t('my_total_income') }}
- ${{ totalRechargeDetail[0]?.totalAmount || 0 }} + ${{ totalRechargeDetail?.totalIncome || 0 }}
{{ t('this_period_recharge') }}
- ${{ totalRechargeDetail[1]?.totalAmount || 0 }} + ${{ totalRechargeDetail?.currentMonthRecharge || 0 }}
@@ -186,7 +186,7 @@ const send = async () => { router.push({ path: '/item-distribution' }) } -const totalRechargeDetail = ref([]) //代理消费金额 +const totalRechargeDetail = ref({}) //代理消费金额 const agencyList = ref([]) // 代理列表 const agencyCurrent = ref(1) //代理列表第几页 const showAgLoading = ref(true) //触底加载功能