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.2 KiB

2 years ago
<view><view class="company_body"><block wx:if="{{type.data==''||!type}}"><view class="header_seach_seach"><uni-easyinput style="height:100%;flex:1;margin:0 auto;background-color:#FFFFFF;border-radius:12rpx;" vue-id="56f2690d-1" prefixIcon="search" placeholder="油站名称" value="{{getData.params.siteName}}" data-event-opts="{{[['^confirm',[['seachFn']]],['^iconClick',[['onClick']]],['^input',[['__set_model',['$0','siteName','$event',[]],['getData.params']]]]]}}" bind:confirm="__e" bind:iconClick="__e" bind:input="__e" bind:__l="__l"></uni-easyinput></view></block></view><view class="company_list"><block wx:for="{{diverList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['seleFn',['$0'],[[['diverList','',index]]]]]]]}}" class="company_list_item" bindtap="__e"><uni-icons vue-id="{{'56f2690d-2-'+index}}" color="#2866ff" custom-prefix="iconfont" type="iconjiayou" size="30" bind:__l="__l"></uni-icons><view class="company_list_item_text">{{item.siteName}}</view><view style="flex-grow:1;text-align:-webkit-right;"><view class="checkboxs"><block wx:if="{{item.siteName==selecompany.siteName}}"><view class="checkboxss"></view></block></view></view></view></block></view></view>