fix: 样式修改

This commit is contained in:
anonymous
2025-01-17 09:17:19 +08:00
parent 1741f255d0
commit 4a8d782349
+12 -6
View File
@@ -27,7 +27,7 @@
</view>
</view>
<view class="mt-15 rounded-t-30 bg-white p-15 min-h-90vh">
<view class="mt-15 rounded-t-30 bg-white p-15 min-h-80vh">
<image
class="w-345 h-146 mx-auto block"
src="@/static/images/my/recommend.jpg"
@@ -115,6 +115,12 @@ const handleBankCard = () => {
})
}
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,