[AI Generated]: feat(*): 完善数据页切换成员、首页接口对接及我的页缓存信息展示

This commit is contained in:
17792275749
2026-05-15 14:30:30 +08:00
parent e0573857e0
commit fbef06b5c2
11 changed files with 316 additions and 88 deletions
+5 -5
View File
@@ -4,15 +4,15 @@
</view>
<view class="user">
<view class="user-avatar"></view>
<view class="user-avatar">{{ userInfo.realname[0] }}</view>
<view class="user-info">
<view class="user-name">陈知夏</view>
<view class="user-name">{{ userInfo.realname }}</view>
<view class="user-meta">
<text class="meta-text"></text>
<text class="meta-text">{{ userInfo.sex_dictText }}</text>
<text class="meta-divider">·</text>
<text class="meta-text">56岁</text>
<text class="meta-text">{{ userInfo.age }}岁</text>
<text class="meta-divider">|</text>
<text class="meta-text">182cm</text>
<text class="meta-text">{{ userInfo.height }}cm</text>
</view>
</view>
</view>