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) {