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
2.3 KiB

2 years ago
<view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" style="height:100vh;width:100vw;display:flex;flex-direction:column;" bindtap="__e"><view class="seach_body"><view class="seach_content"><uni-easyinput vue-id="5c30438d-1" candidate="{{candidate}}" ejectOpen="{{ejectOpen}}" letfText="{{letfText}}" confirmType="search" placeholder-style="color:#bbbbbb;font-weight: 100;" placeholder="司机姓名、司机ID、电话号码" value="{{getData.params.param}}" data-event-opts="{{[['^ejectFn',[['ejectFn']]],['^confirm',[['seachFn']]],['^iconClick',[['onClick']]],['^input',[['__set_model',['$0','param','$event',[]],['getData.params']]]]]}}" bind:ejectFn="__e" bind:confirm="__e" bind:iconClick="__e" bind:input="__e" bind:__l="__l"></uni-easyinput></view></view><block wx:if="{{listData.length!==0}}"><scroll-view class="seledriverList" scroll-y="true" data-event-opts="{{[['scrolltolower',[['scrolltolower',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index"><view class="form_body"><view data-event-opts="{{[['tap',[['seleFn',['$0'],[[['listData','',index]]]]]]]}}" class="form_body_item" bindtap="__e"><view class="form_body_item_body"><view class="form-item_body_left"><block wx:if="{{item.headPhoto}}"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{item.headPhoto}}"></image></block><block wx:if="{{!item.headPhoto}}"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="../../static/tx.png"></image></block><view class="form_body_item_body_container"><view style="display:flex;justify-content:space-between;"><view>{{item.userName?item.userName:'未设置'}}</view><view class="form-item_body_right"><view class="{{[item.globalEnable==0?'seletypeyuan':'typeyuan']}}"></view>{{''+(item.globalEnable==0?'禁用':'启用')+''}}</view></view><view style="display:flex;justify-content:space-between;margin-top:20rpx;"><view>{{item.phone}}</view><view class="form-item_body_right">{{'账户余额:'+item.balance+''}}</view></view></view></view></view><view class="form_body_item_footer"><view>{{item.id}}</view></view></view></view></block></scroll-view></block><block wx:if="{{listData.length==0}}"><view style="width:100vw;height:100%;display:flex;align-items:center;justify-content:center;"><image style="width:536rpx;height:399rpx;" src="/static/qx.png"></image></view></block></view>