| 1 |
- <block wx:if="{{visible}}"><view data-event-opts="{{[['touchmove',[['moveHandle',['$event']]]]]}}" class="mask data-v-4983dab8" catchtouchmove="__e"><view class="picker-view shadow-2 data-v-4983dab8" animation="{{animation}}"><view class="flex-n fac fjb plr-40 ptb-20 data-v-4983dab8"><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="cancel data-v-4983dab8" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['ok',['$event']]]]]}}" class="ok data-v-4983dab8" bindtap="__e">确定</view></view><picker-view class="picker-view-content data-v-4983dab8" value="{{timevalue}}" data-event-opts="{{[['change',[['bindChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-4983dab8"><block wx:for="{{hours}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['item data-v-4983dab8',index<minhours?'disabled':'']}}">{{item}}</view></block></picker-view-column><picker-view-column class="data-v-4983dab8"><block wx:for="{{minutes}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['item data-v-4983dab8',nowhours<minhours||nowhours==minhours&&mintime!=0&&mintime>index?'disabled':'']}}">{{item}}</view></block></picker-view-column></picker-view></view></view></block>
|