|
|
|
@ -16,13 +16,12 @@ |
|
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start"> |
|
|
|
<view class="flex flex-center text-white"> |
|
|
|
<text class="text-xl text-bold" style="white-space: nowrap">{{userName || ''}}</text> |
|
|
|
<text class="text-lg" style="white-space: nowrap">({{ isAdmin ? '管理员' : '员工' }})</text> |
|
|
|
<image style="width:100rpx;height:32rpx;margin-left:18rpx" src="/assets/home/icon-auth.png" wx:if="{{userInfo.isAuth}}"></image> |
|
|
|
<image style="width:100rpx;height:32rpx;margin-left:18rpx" src="/assets/home/icon-unauth.png" wx:else> |
|
|
|
</image> |
|
|
|
<image style="width:100rpx;height:32rpx;margin-left:18rpx" src="/assets/home/icon-unauth.png" wx:else></image> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center text-white"> |
|
|
|
<text class="text-white text-sg" style="font-size:14px">{{userInfo.mobile || ''}}</text> |
|
|
|
<text class="text-sg" style="white-space: nowrap">({{ isAdmin ? '管理员' : '员工' }})</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|