From 1250268701e9d1ca1316e5bdd76d65b583092aa6 Mon Sep 17 00:00:00 2001 From: d266377 Date: Wed, 4 Feb 2026 15:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E6=84=9F?= =?UTF-8?q?=E7=9F=A5=E5=B9=B3=E5=8F=B0-=E6=AD=A6=E6=B1=89=E5=B8=82?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E7=94=9F=E6=80=81=E5=BB=BA=E8=AE=BE-?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=A6=82=E8=A7=882=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Jyh/Community/components/StatsBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}+`;