From 28547d18d6ab26468536799463bdb26d08b381fe Mon Sep 17 00:00:00 2001 From: woody Date: Sun, 28 Sep 2025 13:41:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(bouns):=20=E5=A5=96=E9=87=91=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bonus/index.vue | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pages/bonus/index.vue b/pages/bonus/index.vue index 175e8a6..82f69a1 100644 --- a/pages/bonus/index.vue +++ b/pages/bonus/index.vue @@ -63,7 +63,7 @@ 小计(¥) {{ - dailyBonus.retailRealSubtotal + dailyBonus.retailRealSubtotal || '0.00' }} @@ -112,15 +112,9 @@ export default { loading: false, hasMore: true, BONUS_FIELD_MAP: { - retailRangeIncome: '直推收益', - retailSameLevelIncome: '平级收益', - retailAreaIncome: '区域收益', - retailBenefitRangeIncome: '福利级差收益', - repurRangeIncome: '复购级差收益', - retailMonthRepurchaseIncome: '月复购级差收益', - coachIncome: '培育津贴', - retailBenefitIncomeTotal: '福利分红收益', - backPoints: '重消收益', + directIncome: '直推收益', + storeIncome: '阶段收益', + globalPoints: '见点收益', }, } }, @@ -184,7 +178,7 @@ export default { }, getBonusTotal() { queryBonusTotal().then(res => { - this.realIncomeTotal = res.rows[0]?.realIncomeTotal || '0.00' + this.realIncomeTotal = res.rows[0]?.realIncomeTotalOri || '0.00' }) }, async fetchBonusData() {