From 844b132fe99bca3af72f9e2285585b2716f9931e Mon Sep 17 00:00:00 2001 From: chenhao Date: Fri, 3 Jul 2026 09:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=8F=90=E7=8E=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.js | 44 +++++++++++------------ src/views/User/My.vue | 7 ++-- src/views/User/Wallet/Balance.vue | 14 +++++--- src/views/User/Wallet/Cashout/Cashout.vue | 18 +++++----- 4 files changed, 45 insertions(+), 38 deletions(-) diff --git a/src/router.js b/src/router.js index c1bd39a..b1d1d59 100644 --- a/src/router.js +++ b/src/router.js @@ -89,28 +89,28 @@ const routes = [ component: () => import('./views/User/Team.vue'), meta: { title: '我的好友' } }, - { - path: '/Cashout', - name: 'Cashout', - component: () => import('./views/User/Wallet/Cashout/Cashout.vue'), - meta: { - title: '提现', - } - }, - { - path: '/CashoutRecord', - name: 'CashoutRecord', - component: () => import('./views/User/Wallet/Cashout/CashoutRecord.vue'), - meta: { - title: '提现记录', - } - }, - { - path: '/CashoutAccount', - name: 'CashoutAccount', - component: () => import('./views/User/Wallet/Cashout/CashoutAccount.vue'), - meta: { title: '提现账号' } - }, + // { + // path: '/Cashout', + // name: 'Cashout', + // component: () => import('./views/User/Wallet/Cashout/Cashout.vue'), + // meta: { + // title: '提现', + // } + // }, + // { + // path: '/CashoutRecord', + // name: 'CashoutRecord', + // component: () => import('./views/User/Wallet/Cashout/CashoutRecord.vue'), + // meta: { + // title: '提现记录', + // } + // }, + // { + // path: '/CashoutAccount', + // name: 'CashoutAccount', + // component: () => import('./views/User/Wallet/Cashout/CashoutAccount.vue'), + // meta: { title: '提现账号' } + // }, { path: '/Category', diff --git a/src/views/User/My.vue b/src/views/User/My.vue index 9900bf0..9af8d81 100644 --- a/src/views/User/My.vue +++ b/src/views/User/My.vue @@ -17,7 +17,7 @@ 当前余额(元) {{ data.zijin?.toFixed(2) }} - @@ -69,7 +69,7 @@ 服务中心
-
+
提现账号 @@ -106,7 +106,7 @@ - @@ -228,6 +228,7 @@ export default { isSendCode: false, sendCodeTime: 0, FollowQRCode: '', + hide: true, } }, methods: { diff --git a/src/views/User/Wallet/Balance.vue b/src/views/User/Wallet/Balance.vue index 3e6d253..15a0aca 100644 --- a/src/views/User/Wallet/Balance.vue +++ b/src/views/User/Wallet/Balance.vue @@ -7,7 +7,7 @@ 当前余额 -