diff --git a/src/views/Jyh/Community/components/StatsBar.vue b/src/views/Jyh/Community/components/StatsBar.vue index d96e42a..e7e509f 100644 --- a/src/views/Jyh/Community/components/StatsBar.vue +++ b/src/views/Jyh/Community/components/StatsBar.vue @@ -58,7 +58,7 @@ const fetchStats = async() => { const { developer, community, company, project } = businessData.data; // 格式化数据显示 - whDeveloper.value = `${formatNumber(developer)}+`; + whDeveloper.value = `${formatNumber(developer)}万+`; whCommunity.value = formatNumber(community); whCompany.value = `${formatNumber(company)}+`; whProject.value = `${formatNumber(project)}+`;