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 lines
402 B
1 lines
402 B
<view class="w-picker-view"><picker-view class="d-picker-view" indicator-style="{{itemHeight}}" value="{{pickVal}}" data-event-opts="{{[['change',[['handlerChange',['$event']]]]]}}" bindchange="__e"><picker-view-column><block wx:for="{{range}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="w-picker-item">{{item[nodeKey]}}</view></block></picker-view-column></picker-view></view> |