greenPro/unpackage/dist/dev/mp-weixin/pages/component/picker/picker.wxml

1 line
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view><page-head wx:if="{{a}}" u-i="96217eb8-0" bind:__l="__l" u-p="{{a}}"></page-head><view class="uni-title uni-common-pl">普通选择器</view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left"> 当前选择 </view><view class="uni-list-cell-db"><picker bindchange="{{c}}" value="{{d}}" range="{{e}}" range-key="name"><view class="uni-input">{{b}}</view></picker></view></view></view><view class="uni-title uni-common-pl">多列选择器</view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left"> 当前选择 </view><view class="uni-list-cell-db"><picker mode="multiSelector" bindcolumnchange="{{i}}" value="{{j}}" range="{{k}}"><view class="uni-input">{{f}}{{g}}{{h}}</view></picker></view></view></view><view class="uni-title uni-common-pl">时间选择器</view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left"> 当前选择 </view><view class="uni-list-cell-db"><picker mode="time" value="{{m}}" start="09:01" end="21:01" bindchange="{{n}}"><view class="uni-input">{{l}}</view></picker></view></view></view><view class="uni-picker-tips"> 注:选择 09:01 ~ 21:01 之间的时间, 不在区间内不能选中 </view><view class="uni-title uni-common-pl">日期选择器</view><view class="uni-list"><view class="uni-list-cell"><view class="uni-list-cell-left"> 当前选择 </view><view class="uni-list-cell-db"><picker mode="date" value="{{p}}" start="{{q}}" end="{{r}}" bindchange="{{s}}"><view class="uni-input">{{o}}</view></picker></view></view></view><view class="uni-picker-tips"> 注:选择当前时间 ±10 年之间的时间, 不在区间内不能选中 </view></view>