增加录音功能调整页面布局。
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
<text class="info-label">当前角色:</text>
|
||||
<text class="info-value">{{loginUserInfo.roleName || '未设置'}}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="info-label">场景:</text>
|
||||
<text class="info-value">{{loginUserInfo.scenario || '未设置'}}</text>
|
||||
</view>
|
||||
<view class="info-row" v-if="loginUserInfo.phone">
|
||||
<text class="info-label">手机号:</text>
|
||||
<text class="info-value">{{loginUserInfo.phone}}</text>
|
||||
@@ -299,6 +303,7 @@
|
||||
this.loginUserInfo = {
|
||||
userName: loginResponse.userName || '',
|
||||
roleName: loginResponse.roleName || '',
|
||||
scenario: loginResponse.scenario || uni.getStorageSync('backend-scenario') || '',
|
||||
phone: loginResponse.phone || '',
|
||||
email: loginResponse.email || '',
|
||||
userId: loginResponse.userId || ''
|
||||
|
||||
Reference in New Issue
Block a user