unlinked-selector-picker.wxml 885 B

1
  1. <view class="selector-picker picker-item data-v-5598f290" style="{{'height:'+(height)+';'}}"><picker-view style="{{'height:'+(height)+';'}}" value="{{pickerValue}}" indicator-style="{{indicatorStyle}}" data-event-opts="{{[['change',[['handleChange',['$event']]]]]}}" bindchange="__e" class="data-v-5598f290"><block wx:for="{{pickerColumns}}" wx:for-item="column" wx:for-index="index" wx:key="index"><picker-view-column class="data-v-5598f290"><block wx:for="{{column}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="{{['data-v-5598f290','lb-picker-column',item[props.value]||item===selectValue[index]?'lb-picker-column-active':'']}}" style="{{'height:'+(columnHeight)+';'+('line-height:'+(columnHeight)+';')}}"><view class="lb-picker-column-label data-v-5598f290">{{''+(item[props.label]||item)+''}}</view></view></block></picker-view-column></block></picker-view></view>