From 55ba294a71f8b9687cee76665b3c85dd45834154 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 18 Aug 2025 16:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=20=E6=94=B6=E5=85=A5=E6=94=AF=E5=87=BA=EF=BC=8C?= =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E4=BD=93=E7=8E=B0=EF=BC=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A83=E4=B8=AA=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 0ba0579..783572d 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -30,10 +30,10 @@ 可提现(元) - + 收支明细 > - + 立即提现 > @@ -57,7 +57,7 @@ 我的用户 - + 查看详情 > @@ -157,6 +157,21 @@ export default { icon: 'none', }) }, + goToIncomeExpense() { + uni.navigateTo({ + url: '/pages/cashFlow/cashFlow', + }) + }, + goToWithdraw() { + uni.navigateTo({ + url: '/pages/requestWithdrawal/requestWithdrawal', + }) + }, + goToUserList() { + uni.navigateTo({ + url: '/pages/useList/useList', + }) + }, }, }