公司小程序
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
1.5 KiB

<view class="min-picker data-v-d833cfb8"><block wx:if="{{show}}"><view class="{{['min-popup','data-v-d833cfb8',show?'min-show':'min-hide']}}"><view class="min-content data-v-d833cfb8" style="{{'height:'+(heightRpx+'rpx')+';'}}"><view class="main-top data-v-d833cfb8"><view class="picer-top data-v-d833cfb8"><text data-event-opts="{{[['tap',[['cacel',['$event']]]]]}}" bindtap="__e" class="data-v-d833cfb8">取消</text><text data-event-opts="{{[['tap',[['sure',['$event']]]]]}}" class="sure data-v-d833cfb8" bindtap="__e">确认</text></view></view><picker-view style="height:400rpx;" indicator-style="{{indicatorStyle}}" value="{{value}}" data-event-opts="{{[['change',[['bindChange',['$event']]]]]}}" bindchange="__e" class="data-v-d833cfb8"><picker-view-column class="data-v-d833cfb8"><block wx:for="{{years}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-d833cfb8">{{item+"年"}}</view></block></picker-view-column><block wx:if="{{showType<=1}}"><picker-view-column class="data-v-d833cfb8"><block wx:for="{{months}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-d833cfb8">{{item+"月"}}</view></block></picker-view-column></block><block wx:if="{{showType==0}}"><picker-view-column class="data-v-d833cfb8"><block wx:for="{{days}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-d833cfb8">{{item+"日"}}</view></block></picker-view-column></block></picker-view></view></view></block></view>