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 @@ @@ -74,7 +74,7 @@ - {{ currentUser.balance }} + ¥{{ currentUser.balance }} - + + + + + + + + + + ¥{{ getNewBalance() }} + +