diff --git a/src/views/BDCenter/index.vue b/src/views/BDCenter/index.vue
index 8ccd705..d5324a3 100644
--- a/src/views/BDCenter/index.vue
+++ b/src/views/BDCenter/index.vue
@@ -312,8 +312,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
- income.bdRatioRecharge || 0
+ {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
+ income.commissionRate || 0
}}%)
@@ -329,8 +329,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
- income.bdRatioRecharge || 0
+ {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
+ income.commissionRate || 0
}}%)
diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue
index ffac6ef..3bcc787 100644
--- a/src/views/BDLeaderCenter/index.vue
+++ b/src/views/BDLeaderCenter/index.vue
@@ -471,8 +471,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
- income.bdRatioRecharge || 0
+ {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
+ income.commissionRate || 0
}}%)
@@ -488,8 +488,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
- income.bdRatioRecharge || 0
+ {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
+ income.commissionRate || 0
}}%)