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