From 5e8ff94b7aeac32d9548e83cf9787dc3065a1217 Mon Sep 17 00:00:00 2001
From: sexygoat <1538832180@qq.com>
Date: Tue, 14 Apr 2026 12:12:57 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E4=BB=98/=E9=92=B1=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/FunctionCard.vue | 4 +-
pages/my-wallet/my-wallet.vue | 307 +++++++++++++++++++++++++++++++++-
2 files changed, 306 insertions(+), 5 deletions(-)
diff --git a/components/FunctionCard.vue b/components/FunctionCard.vue
index 2ae53c8..7ec88c4 100644
--- a/components/FunctionCard.vue
+++ b/components/FunctionCard.vue
@@ -53,7 +53,7 @@
{{ alreadyBindPhone ? '已绑定' : '绑定手机号' }}
-
+
@@ -65,7 +65,7 @@
设备换货
-
+
diff --git a/pages/my-wallet/my-wallet.vue b/pages/my-wallet/my-wallet.vue
index 66434fb..c8bf976 100644
--- a/pages/my-wallet/my-wallet.vue
+++ b/pages/my-wallet/my-wallet.vue
@@ -2,7 +2,10 @@
- 账户余额(元)
+
{{ formatMoney(walletDetail.balance) }}
+
+
+
+
+