diff --git a/src/views/HostCenter/index.vue b/src/views/HostCenter/index.vue index ff37a58..08f94c6 100644 --- a/src/views/HostCenter/index.vue +++ b/src/views/HostCenter/index.vue @@ -55,7 +55,7 @@
{{ t('history_salary') }}
-
${{ salaryInfo.hostSalary }}
+
${{ historySalary.toFixed(2) }}
{{ t('current_salary') }}
@@ -113,7 +113,7 @@