From 07f57eb8463083dda035d55cd886f772a354faef Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 11 Dec 2025 21:00:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=91=E7=9A=84=E5=85=85=E5=80=BC?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=9B=A2=E9=98=9F=E5=88=97=E8=A1=A8):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=B9=E6=8E=A5=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AdminCenter/MyRechargeAgency.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) //触底加载功能