我的页面

This commit is contained in:
2025-05-29 09:02:02 +08:00
parent bc4ea87cab
commit fcc9e21a7b
7 changed files with 132 additions and 13 deletions

View File

@ -6,8 +6,8 @@
src="./images/logo.png"
/>
<view class="flex-col items-start flex-1 self-start group_2 ml-8">
<text class="text">user</text>
<text class="font text_2 mt-28">15888610253</text>
<text class="text">{{ nickName }}</text>
<text class="font text_2 mt-28">{{ phoneNumber }}</text>
</view>
</view>
<text class="self-start font_2 text_3 mt-19">平台服务</text>
@ -45,5 +45,5 @@
</view>
</view>
</view>
<view class="flex-col justify-start items-center text-wrapper"><text class="font_2 text_7">退出登录</text></view>
<view class="flex-col justify-start items-center text-wrapper" bind:tap="logOut"><text class="font_2 text_7">退出登录</text></view>
</view>