分公司头像展示

This commit is contained in:
donqi 2022-06-30 18:03:55 +08:00
parent 508fc27c5f
commit 70d07842a2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<view class="flex justify-between padding-bottom align-center solid-bottom"> <view class="flex justify-between padding-bottom align-center solid-bottom">
<view class="flex justify-start align-center"> <view class="flex justify-start align-center">
<view class="cu-avatar round" <view class="cu-avatar round"
:style="'width: 120rpx; height: 120rpx; background-image:url(' + curUserInfo.deptLogoUrl + ');'"> :style="'width: 120rpx; height: 120rpx; background-image:url(' + curUserInfo.bannerUrl + ');'">
</view> </view>
<view class="margin-lr-sm"> <view class="margin-lr-sm">
<view class="text-xl margin-bottom-xs">{{curUserInfo.deptName}}</view> <view class="text-xl margin-bottom-xs">{{curUserInfo.deptName}}</view>