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 lines
1.3 KiB

<block wx:if="{{isLoad}}"><view class="user-shield"><block wx:if="{{configInfo.plugAuth.dynamic}}"><fixed vue-id="6f9877e8-1" bind:__l="__l" vue-slots="{{['default']}}"><tab vue-id="{{('6f9877e8-2')+','+('6f9877e8-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><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="{{item.work_img}}"></image><view class="flex-1 flex-between ml-md"><view class="f-title c-black text-bold max-300 ellipsis">{{item.coach_name}}</view><view data-event-opts="{{[['tap',[['toRemove',[index]]]]]}}" class="remove-btn flex-center f-desc radius" style="{{'color:'+(primaryColor)+';'+('border:'+('1rpx solid '+primaryColor)+';')}}" catchtap="__e">移除列表</view></view></view></block><block wx:if="{{loading}}"><load-more vue-id="6f9877e8-3" noMore="{{$root.g0}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g1}}"><abnor vue-id="6f9877e8-4" bind:__l="__l"></abnor></block><view class="space-footer"></view></view></block>