You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.6 KiB
1 line
1.6 KiB
5 months ago
|
<view class="user-distribution-team"><fixed vue-id="9484dec2-1" bind:__l="__l" vue-slots="{{['default']}}"><tab vue-id="{{('9484dec2-2')+','+('9484dec2-1')}}" list="{{tabList}}" activeIndex="{{activeIndex*1}}" activeColor="{{primaryColor}}" width="50%" height="100rpx" color="#999999" data-event-opts="{{[['^change',[['handerTabChange']]]]}}" bind:change="__e" bind:__l="__l"></tab></fixed><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list-item flex-center fill-base mt-md ml-md mr-md pd-lg radius-16"><image class="avatar radius" mode="aspectFill" src="{{activeIndex==0?item.work_img:item.avatarUrl}}"></image><view class="flex-1 ml-md"><block wx:if="{{activeIndex==0}}"><block><view class="f-title c-black text-bold ellipsis">{{''+item.coach_name+''}}</view><view class="flex-between"><view class="text flex-y-center f-desc">已接单<view class="ml-sm" style="{{'color:'+(primaryColor)+';'}}">{{''+item.order_count+''}}</view></view><view class="flex-y-baseline f-desc c-black">{{''+item.city+''}}</view></view><view class="f-desc c-caption mt-md">{{"所属代理商:"+(item.admin_name||'-')}}</view></block></block><block wx:if="{{activeIndex==1}}"><view class="f-title c-black text-bold max-500 ellipsis">{{''+item.nickName+''}}</view></block></view></view></block><block wx:if="{{loading}}"><load-more vue-id="9484dec2-3" noMore="{{$root.g0}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g1}}"><abnor vue-id="9484dec2-4" bind:__l="__l"></abnor></block><view class="space-footer"></view></view>
|