fix: 样式修改
This commit is contained in:
+12
-6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user