This commit is contained in:
kbing1981 2024-07-02 14:58:48 +08:00
parent 91afb430ca
commit 1257212478
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<image :src="avatar" class="head-port""
@click="goNav('/pages/my/userinfo')"></image>
</view>
<view class="u-flex-1" v-if="isLogin && userName">
<view class="u-flex-1" v-if="isLogin && userName" style="color: #ffffff;">
<view class="u-font-18 ">
<view class="flex align-center" style="margin-bottom: 5px;">
<view class="margin-left-sm">{{ userName }}</view>