From 5f832f26b7c7070749f3835c7a9fb682fb181da8 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Wed, 6 May 2026 10:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=A1=E6=A7=BD-=E9=92=B1=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FunctionCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue index d597836..faaa2f0 100644 --- a/components/FunctionCard.vue +++ b/components/FunctionCard.vue @@ -137,7 +137,7 @@ const emit = defineEmits(['enter', 'sync']); - const walletText = computed(() => '钱包('+'¥'+ (props.walletBalance ?? 0) + ')'); + const walletText = computed(() => '钱包 ('+ (props.walletBalance ?? 0) + ')'); const handleBindPhone = () => { if (props.alreadyBindPhone) {