添加页面

This commit is contained in:
wangxiaowei
2025-12-15 18:30:41 +08:00
parent 4559c450fa
commit 029ae94139
3 changed files with 70 additions and 23 deletions

View File

@ -159,6 +159,14 @@ const My = {
})
}
},
handleToWallet: () => {
// if (!isLogin.value) {
// router.navigateTo('/bundle/wallet/wallet')
// } else {
router.navigateTo('/pages/login/login')
// }
},
}
</script>
@ -171,8 +179,8 @@ const My = {
<view class="ml-16rpx flex items-center" @click="My.handleToSettings" />
</template>
<template #right>
<view class="right-slot mr-16rpx flex">
<view class="mr-16rpx flex flex-col" @click="My.handleShowService">
<view class="right-slot mr-16rpx">
<view class="mr-16rpx" @click="My.handleShowService">
<wd-icon name="setting" color="#fff" size="16px" />
</view>
</view>
@ -209,7 +217,7 @@ const My = {
{{ isLogin ? user.user_money : '0.00' }}
</view>
</view>
<view class="ml-0rpx mt-4rpx text-20rpx text-[#909399] leading-28rpx">
<view class="ml-0rpx mt-4rpx text-20rpx text-[#909399] leading-28rpx" @click="My.handleToWallet">
钱包余额
</view>
</view>