1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
<uni-popup style="z-index:20000;" vue-id="708f8906-1" type="bottom" border-radius="20rpx 20rpx 0 0" background-color="#fff" data-ref="popup" class="data-v-2fbb9aa9 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="region-body data-v-2fbb9aa9"><image class="region-body__close data-v-2fbb9aa9" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/693c54b5-f5a5-4aa0-8d7b-6123250f9839" data-event-opts="{{[['tap',[['close',['$event']]]]]}}" bindtap="__e"></image><view class="region-body__header data-v-2fbb9aa9"> 请选择时间段 </view><picker-view class="picker-scroll data-v-2fbb9aa9" indicator-style="{{indicatorStyle}}" immediate-change="{{true}}" value="{{pickerValue}}" data-event-opts="{{[['change',[['handleTimeChange',['$event']]]],['input',[['__set_model',['','pickerValue','$event',[]]]]]]}}" bindchange="__e" bindinput="__e"><block wx:if="{{pickerShowList[0]}}"><picker-view-column class="data-v-2fbb9aa9"><block wx:for="{{years}}" wx:for-item="year" wx:for-index="index" wx:key="index"><view class="picker-item data-v-2fbb9aa9">{{''+year+'年'}}</view></block></picker-view-column></block><block wx:if="{{pickerShowList[1]}}"><picker-view-column class="data-v-2fbb9aa9"><block wx:for="{{months}}" wx:for-item="month" wx:for-index="index" wx:key="index"><view class="picker-item data-v-2fbb9aa9">{{''+month+'月'}}</view></block></picker-view-column></block><block wx:if="{{pickerShowList[2]}}"><picker-view-column class="data-v-2fbb9aa9"><block wx:for="{{dates[pickerValue[0]][pickerValue[1]]}}" wx:for-item="date" wx:for-index="index" wx:key="index"><view class="picker-item data-v-2fbb9aa9">{{''+date+'日'}}</view></block></picker-view-column></block><block wx:if="{{pickerShowList[3]}}"><picker-view-column class="data-v-2fbb9aa9"><block wx:for="{{hours}}" wx:for-item="hour" wx:for-index="index" wx:key="index"><view class="picker-item data-v-2fbb9aa9">{{''+hour+'时'}}</view></block></picker-view-column></block><block wx:if="{{pickerShowList[4]}}"><picker-view-column class="data-v-2fbb9aa9"><block wx:for="{{minutes}}" wx:for-item="minute" wx:for-index="index" wx:key="index"><view class="picker-item data-v-2fbb9aa9">{{''+minute+'分'}}</view></block></picker-view-column></block></picker-view><view data-event-opts="{{[['tap',[['confirmTime',['$event']]]]]}}" class="{{['region-body__btn','data-v-2fbb9aa9',(timeCompareComputed)?'noSure':'']}}" bindtap="__e">{{"确认\n\t\t\t"+('('+formatTime+')')+''}}</view></view></uni-popup> |