1 line
1.6 KiB
Plaintext
1 line
1.6 KiB
Plaintext
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="component-picker-time data-v-e0562e1a" catchtap="__e"><uni-popup vue-id="6ac8b673-1" type="bottom" safe-area="{{false}}" data-ref="popupModal" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" class="data-v-e0562e1a vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="modal-box data-v-e0562e1a" style="{{'--theme-color:'+(themeColor)+';'}}"><view class="modal-head data-v-e0562e1a"><view data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="head-btn cancel data-v-e0562e1a" bindtap="__e">取消</view><view class="head-title data-v-e0562e1a">选择时间</view><view data-event-opts="{{[['tap',[['handleConfirm',['$event']]]]]}}" class="head-btn data-v-e0562e1a" bindtap="__e">确认</view></view><view class="modal-content flex-item data-v-e0562e1a"><picker-view class="picker-view data-v-e0562e1a" indicator-style="height: 50px;" immediate-change="{{true}}" value="{{selectValue}}" data-event-opts="{{[['change',[['handleChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-e0562e1a"><block wx:for="{{24}}" wx:for-item="item" wx:for-index="__i0__" wx:key="*this"><view class="picker-column data-v-e0562e1a">{{(item<10?"0"+item:item)+"时"}}</view></block></picker-view-column><picker-view-column class="data-v-e0562e1a"><block wx:for="{{60}}" wx:for-item="item" wx:for-index="__i1__" wx:key="*this"><view class="picker-column data-v-e0562e1a">{{(item<10?"0"+item:item)+"分"}}</view></block></picker-view-column></picker-view></view></view></uni-popup></view> |