1 |
- <uni-popup vue-id="6165cbab-1" background-color="#fff" type="bottom" data-ref="currentValue" class="data-v-03244cbb vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="picker data-v-03244cbb"><view class="div toolbar data-v-03244cbb"><text data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="button toolbar-item cancel-item data-v-03244cbb" bindtap="__e">取消</text><view class="div picker-header data-v-03244cbb">请选择地区</view><text data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="button toolbar-item confirm-item data-v-03244cbb" bindtap="__e">确定</text></view><picker-view class="popup-content data-v-03244cbb" indicator-style="height:80rpx" value="{{areaPicker}}" data-event-opts="{{[['change',[['onValuesChange',['$event']]]]]}}" bindchange="__e"><block wx:for="{{buildItems}}" wx:for-item="item" wx:for-index="index" wx:key="index"><picker-view-column class="data-v-03244cbb"><block wx:for="{{item.values}}" wx:for-item="v" wx:for-index="i" wx:key="i"><view class="popup-item-wrapper data-v-03244cbb"><text class="popup-item data-v-03244cbb">{{v.area_name}}</text></view></block></picker-view-column></block></picker-view></view></uni-popup>
|