未登录时个人信息状态
This commit is contained in:
parent
cd09d15379
commit
cf63e790db
|
|
@ -12,7 +12,7 @@
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
/>
|
/>
|
||||||
<text v-else class="avatar-text"
|
<text v-else class="avatar-text"
|
||||||
>{{ userInfo.nickName ? userInfo.nickName.charAt(0) : '昵' }}
|
>{{ userInfo.nickName ? userInfo.nickName.charAt(0) : '未' }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="user-info">
|
<view class="user-info">
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<view v-else style="padding: 30rpx"></view>
|
<view v-else style="padding: 30rpx"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="user-details">
|
<view class="user-details">
|
||||||
<text class="user-name">{{ userInfo.nickName || '昵称' }}</text>
|
<text class="user-name">{{ userInfo.nickName || '未登录' }}</text>
|
||||||
|
|
||||||
<view class="settings-icon" @click="goToSettings">
|
<view class="settings-icon" @click="goToSettings">
|
||||||
<image :src="commonEnum.SET" class="settings-img" mode="aspectFit" />
|
<image :src="commonEnum.SET" class="settings-img" mode="aspectFit" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user