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
1006 B

<block wx:if="{{isLoad}}"><view class="technician-shield"><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"><view class="flex-1 mr-md"><view class="f-title c-black text-bold max-380 ellipsis">{{item.nickName}}</view><view class="flex-y-center f-caption mt-md" style="color:#4D4D4D;margin-top:14rpx;">拉黑时间:<view class="c-caption">{{''+item.create_time+''}}</view></view></view><view data-event-opts="{{[['tap',[['toRemove',[index]]]]]}}" class="remove-btn flex-center f-desc" style="{{'color:'+(primaryColor)+';'+('border:'+('1rpx solid '+primaryColor)+';')}}" catchtap="__e">移除列表</view></view></block><block wx:if="{{loading}}"><load-more vue-id="427adce5-1" noMore="{{$root.g0}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g1}}"><abnor vue-id="427adce5-2" bind:__l="__l"></abnor></block><view class="space-footer"></view></view></block>