From 4a8d782349439fa2ebff804ebdc1ac6f4f073b37 Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 17 Jan 2025 09:17:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/index.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue index 5b70aed..13f697c 100644 --- a/src/pages/my/index.vue +++ b/src/pages/my/index.vue @@ -27,7 +27,7 @@ - + { }) } +const handlePayPassword = () => { + uni.navigateTo({ + url: '/pages-sub/pay-password/index', + }) +} + const handleInvite = () => { uni.switchTab({ url: '/pages/invite/index', @@ -163,11 +169,11 @@ const commonList = [ icon: CommonIcon2, handle: handleWithdrawalDetail, }, - // { - // title: '修改密码', - // icon: CommonIcon3, - // // handle: handleChangePassword, - // }, + { + title: '支付密码', + icon: CommonIcon3, + handle: handlePayPassword, + }, { title: '银行卡', icon: CommonIcon4,