分公司头像展示
This commit is contained in:
parent
508fc27c5f
commit
70d07842a2
|
|
@ -6,7 +6,7 @@
|
|||
<view class="flex justify-between padding-bottom align-center solid-bottom">
|
||||
<view class="flex justify-start align-center">
|
||||
<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 class="margin-lr-sm">
|
||||
<view class="text-xl margin-bottom-xs">{{curUserInfo.deptName}}</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue