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() }}
+
+