From 856338950e936eda548d4b7f3943e67c4234b797 Mon Sep 17 00:00:00 2001
From: Echo <1711788888@qq.com>
Date: Wed, 10 Sep 2025 00:18:20 +0800
Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/config.js | 4 ++
src/view/user/user/index.vue | 78 +++++++++++++++++++++++++++++-------
2 files changed, 68 insertions(+), 14 deletions(-)
diff --git a/src/config.js b/src/config.js
index 9b5191f..198c772 100644
--- a/src/config.js
+++ b/src/config.js
@@ -174,6 +174,10 @@ export const USER_SEARCH_CONFIG = [
{
label: 'SVIP',
value: 3
+ },
+ {
+ label: '过期VIP用户',
+ value: 4
}
]
},
diff --git a/src/view/user/user/index.vue b/src/view/user/user/index.vue
index 8fc6263..792f271 100644
--- a/src/view/user/user/index.vue
+++ b/src/view/user/user/index.vue
@@ -53,7 +53,7 @@
- {{ row.user_label === 1 ? '注册会员' : row.user_label === 2 ? 'VIP' : 'SVIP' }}
+ {{ row.user_label === 1 ? '注册会员' : row.user_label === 2 ? 'VIP' : row.user_label === 3 ? 'SVIP':row.user_label === 4 ? '过期VIP':'未知' }}
@@ -74,7 +74,7 @@
- {{ currentUser.balance }}
+ ¥{{ currentUser.balance }}
-
+
+
+
+
+
+
+
+
+
+ ¥{{ getNewBalance() }}
+
+