| 1 |
- <view class="lb-selector-picker lb-picker-item data-v-a6d20646" style="{{'height:'+(height)+';'}}"><picker-view style="{{'height:'+(height)+';'}}" value="{{pickerValue}}" indicator-style="{{indicatorStyle}}" data-event-opts="{{[['change',[['handleChange',['$event']]]]]}}" bindchange="__e" class="data-v-a6d20646"><picker-view-column class="data-v-a6d20646"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="i" wx:key="i"><view class="{{['data-v-a6d20646','lb-picker-column',(item[props.value]||item)===selectValue?'lb-picker-column-active':'']}}" data-item="{{item}}" data-event-opts="{{[['touchstart',[['touchstart',['$event']]]],['touchmove',[['touchmove',['$event']]]],['touchend',[['touchend',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"><text class="{{['data-v-a6d20646','lb-picker-column-label','lb-picker-column-label-'+align]}}">{{item[props.label]||item}}</text></view></block></picker-view-column></picker-view></view>
|