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,