|
|
@ -17,7 +17,7 @@ |
|
|
<view class="bg-white" wx:for="{{ checkList }}" wx:key="index"> |
|
|
<view class="bg-white" wx:for="{{ checkList }}" wx:key="index"> |
|
|
<view class="flex flex-justify item-content"> |
|
|
<view class="flex flex-justify item-content"> |
|
|
<view class="flex flex-center" style="height:90rpx"> |
|
|
<view class="flex flex-center" style="height:90rpx"> |
|
|
<van-image use-loading-slot width="90rpx" height="90rpx" lazy-load round src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}"> |
|
|
|
|
|
|
|
|
<van-image use-loading-slot width="90rpx" height="90rpx" round src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}"> |
|
|
<image class="image-load" slot="loading" src="/assets/image/ygImg.png"></image> |
|
|
<image class="image-load" slot="loading" src="/assets/image/ygImg.png"></image> |
|
|
</van-image> |
|
|
</van-image> |
|
|
<view class="flex flex-column" style="margin-left:18rpx"> |
|
|
<view class="flex flex-column" style="margin-left:18rpx"> |
|
|
@ -42,7 +42,7 @@ |
|
|
<view wx:if="{{memberList.length}}"> |
|
|
<view wx:if="{{memberList.length}}"> |
|
|
<van-index-anchor use-slot><text>所有员工</text></van-index-anchor> |
|
|
<van-index-anchor use-slot><text>所有员工</text></van-index-anchor> |
|
|
<van-cell clickable wx:for="{{ memberList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem"> |
|
|
<van-cell clickable wx:for="{{ memberList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem"> |
|
|
<view slot="title" class="flex" style="margin-bottom:-12rpx"> |
|
|
|
|
|
|
|
|
<view slot="title" class="flex" style="margin-bottom:0rpx"> |
|
|
<van-image round width="90rpx" height="90rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" /> |
|
|
<van-image round width="90rpx" height="90rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" /> |
|
|
<view style="margin-left:18rpx;width:100%"> |
|
|
<view style="margin-left:18rpx;width:100%"> |
|
|
<view class="flex flex-justify"> |
|
|
<view class="flex flex-justify"> |
|
|
|