继续完善快速导航
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
<text class="info-label">用户名:</text>
|
||||
<text class="info-value">{{loginUserInfo.userName || '未设置'}}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="info-label">当前角色:</text>
|
||||
<text class="info-value">{{loginUserInfo.roleName || '未设置'}}</text>
|
||||
</view>
|
||||
<view class="info-row" v-if="loginUserInfo.phone">
|
||||
<text class="info-label">手机号:</text>
|
||||
<text class="info-value">{{loginUserInfo.phone}}</text>
|
||||
@@ -294,6 +298,7 @@
|
||||
const loginResponse = uni.getStorageSync('backend-login-response') || {}
|
||||
this.loginUserInfo = {
|
||||
userName: loginResponse.userName || '',
|
||||
roleName: loginResponse.roleName || '',
|
||||
phone: loginResponse.phone || '',
|
||||
email: loginResponse.email || '',
|
||||
userId: loginResponse.userId || ''
|
||||
|
||||
Reference in New Issue
Block a user