|
|
|
@ -40,7 +40,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view wx:if="{{memberList.length}}"> |
|
|
|
<van-index-anchor use-slot><text>所有员工</text></van-index-anchor> |
|
|
|
<van-index-anchor use-slot><text>所有员工({{memberList.length}}人)</text></van-index-anchor> |
|
|
|
<van-cell clickable is-link wx:for="{{ memberList }}" wx:key="index" data-index="{{index}}" bindtap="lookItem"> |
|
|
|
<view slot="title" class="flex" style="margin-bottom:0rpx"> |
|
|
|
<van-image round width="90rpx" height="90rpx" src="{{ item.avatarUrl || '/assets/image/ygImg.png' }}" /> |
|
|
|
|