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

3 years ago
<view class="min-picker data-v-66bed4ae"><block wx:if="{{show}}"><view class="{{['min-popup','data-v-66bed4ae',show?'min-show':'min-hide']}}"><view class="min-content data-v-66bed4ae" style="{{'height:'+(heightRpx+'rpx')+';'}}"><view class="main-top data-v-66bed4ae"><view class="picer-top data-v-66bed4ae"><text data-event-opts="{{[['tap',[['cacel',['$event']]]]]}}" bindtap="__e" class="data-v-66bed4ae">取消</text><text data-event-opts="{{[['tap',[['sure',['$event']]]]]}}" class="sure data-v-66bed4ae" 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-66bed4ae"><picker-view-column class="data-v-66bed4ae"><block wx:for="{{years}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-66bed4ae">{{item+"年"}}</view></block></picker-view-column><block wx:if="{{showType<=1}}"><picker-view-column class="data-v-66bed4ae"><block wx:for="{{months}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-66bed4ae">{{item+"月"}}</view></block></picker-view-column></block><block wx:if="{{showType==0}}"><picker-view-column class="data-v-66bed4ae"><block wx:for="{{days}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker item data-v-66bed4ae">{{item+"日"}}</view></block></picker-view-column></block></picker-view></view></view></block></view>