1 line
1.7 KiB
Plaintext
1 line
1.7 KiB
Plaintext
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="component-picker-date data-v-76822d54" catchtap="__e"><uni-popup vue-id="59c3fe32-1" type="bottom" safe-area="{{false}}" data-ref="popupModal" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" class="data-v-76822d54 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="modal-box data-v-76822d54" style="{{'--theme-color:'+(themeColor)+';'}}"><view class="modal-head data-v-76822d54"><view data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="head-btn cancel data-v-76822d54" bindtap="__e">取消</view><view class="head-title data-v-76822d54">选择日期</view><view data-event-opts="{{[['tap',[['handleConfirm',['$event']]]]]}}" class="head-btn data-v-76822d54" bindtap="__e">确认</view></view><view class="modal-content flex-item data-v-76822d54"><picker-view class="picker-view data-v-76822d54" indicator-style="height: 50px;" immediate-change="{{true}}" value="{{selectValue}}" data-event-opts="{{[['change',[['handleChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-76822d54"><block wx:for="{{yearList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker-column data-v-76822d54">{{item+"年"}}</view></block></picker-view-column><picker-view-column class="data-v-76822d54"><block wx:for="{{monthList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker-column data-v-76822d54">{{item+"月"}}</view></block></picker-view-column><picker-view-column class="data-v-76822d54"><block wx:for="{{dayList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker-column data-v-76822d54">{{item+"日"}}</view></block></picker-view-column></picker-view></view></view></uni-popup></view> |