完善页面

This commit is contained in:
wangxiaowei
2026-04-16 12:22:03 +08:00
parent ee209bdb7b
commit 83f4ed1d4b
3 changed files with 3 additions and 6 deletions

View File

@ -156,8 +156,7 @@
<view class="flex justify-between items-center mx-88rpx text-center mt-30rpx">
<view>
<view class="font-400 text-28rpx leading-40rpx text-#606266">性别</view>
<view class="font-bold text-30rpx leading-42rpx text-#303133 mt-12rpx">{{ info.sex == 1 ? '男' : '女'
}}
<view class="font-bold text-30rpx leading-42rpx text-#303133 mt-12rpx">{{ info.sex }}
</view>
</view>
<view class="w-4rpx h-66rpx bg-#F6F7F9"></view>