feat(my): 个人信息页回显缓存用户信息与单位部门字段
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
18704cbb76
commit
e69db66eab
@@ -3,8 +3,7 @@
|
||||
<view class="row row-avatar">
|
||||
<view class="label">头像</view>
|
||||
<view class="value">
|
||||
<view class="avatar">狗</view>
|
||||
<view class="arrow"></view>
|
||||
<view class="avatar">{{ userInfo.avatar }}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -30,12 +29,12 @@
|
||||
|
||||
<view class="row">
|
||||
<view class="label">单位</view>
|
||||
<view class="value">{{ userInfo.company }}</view>
|
||||
<view class="value">{{ userInfo.secondDepart }}</view>
|
||||
</view>
|
||||
|
||||
<view class="row">
|
||||
<view class="label">部门</view>
|
||||
<view class="value">{{ userInfo.department }}</view>
|
||||
<view class="value">{{ userInfo.thirdDepart }}</view>
|
||||
</view>
|
||||
|
||||
<view class="row">
|
||||
|
||||
Reference in New Issue
Block a user