1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="component-picker-select data-v-ab7fbf5c" catchtap="__e"><uni-popup vue-id="c4772a18-1" type="bottom" safe-area="{{false}}" data-ref="popupModal" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" class="data-v-ab7fbf5c vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="modal-box data-v-ab7fbf5c" style="{{'--theme-color:'+(themeColor)+';'}}"><view class="modal-head data-v-ab7fbf5c"><view class="head-title text-ellipsis data-v-ab7fbf5c">{{title}}</view><view data-event-opts="{{[['tap',[['handleConfirm',['$event']]]]]}}" class="head-btn data-v-ab7fbf5c" bindtap="__e">确认</view></view><block wx:if="{{loadEnd}}"><view class="modal-content flex align-items-center data-v-ab7fbf5c"><picker-view class="content-picker data-v-ab7fbf5c" indicator-style="height: 50px;" immediate-change="{{true}}" value="{{selectValue}}" data-event-opts="{{[['change',[['handleChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-ab7fbf5c"><block wx:for="{{selectList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="picker-column data-v-ab7fbf5c">{{item.name||item}}</view></block></picker-view-column></picker-view></view></block><view data-event-opts="{{[['tap',[['onClose',['$event']]]]]}}" class="modal-btn data-v-ab7fbf5c" bindtap="__e">取消</view></view></uni-popup></view> |