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
494 B
1 lines
494 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"><block wx:for="{{range}}" wx:for-item="group" wx:for-index="gIndex" wx:key="gIndex"><picker-view-column><block wx:for="{{group}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="w-picker-item">{{item[nodeKey]}}</view></block></picker-view-column></block></picker-view></view> |