fix: 样式修改
This commit is contained in:
+12
-6
@@ -27,7 +27,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</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
|
<image
|
||||||
class="w-345 h-146 mx-auto block"
|
class="w-345 h-146 mx-auto block"
|
||||||
src="@/static/images/my/recommend.jpg"
|
src="@/static/images/my/recommend.jpg"
|
||||||
@@ -115,6 +115,12 @@ const handleBankCard = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const handlePayPassword = () => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages-sub/pay-password/index',
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
const handleInvite = () => {
|
const handleInvite = () => {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/invite/index',
|
url: '/pages/invite/index',
|
||||||
@@ -163,11 +169,11 @@ const commonList = [
|
|||||||
icon: CommonIcon2,
|
icon: CommonIcon2,
|
||||||
handle: handleWithdrawalDetail,
|
handle: handleWithdrawalDetail,
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: '修改密码',
|
title: '支付密码',
|
||||||
// icon: CommonIcon3,
|
icon: CommonIcon3,
|
||||||
// // handle: handleChangePassword,
|
handle: handlePayPassword,
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title: '银行卡',
|
title: '银行卡',
|
||||||
icon: CommonIcon4,
|
icon: CommonIcon4,
|
||||||
|
|||||||
Reference in New Issue
Block a user