56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
<!--pages/components/voucher-select/index.wxml-->
|
|
|
|
<view class="voucher_select_max" bindtap="showPopup" style="background-color: {{background}};height: {{height}};">
|
|
<view class="voucher_select_min" >
|
|
<input class="celect_frame_min" placeholder="{{placeholder}}" placeholder-style="color:#6777aa;" value="{{value}}" disabled="true"/>
|
|
</view>
|
|
<view class="voucher_select_icon">
|
|
<image src="https://szgcwx.jhncidg.com/staticFiles/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<van-popup show="{{ show }}" bind:close="onClose" position="bottom" custom-class="popup_style">
|
|
<view class="option_list_title">
|
|
<view class="option_list_title_btn" bindtap="onClose">取消</view>
|
|
<view>{{placeholder}}</view>
|
|
<view class="option_list_title_btn" bindtap="onConfirm">确认</view>
|
|
</view>
|
|
<van-picker columns="{{ columns }}" bind:change="onSelectChange" custom-class="time_select_style" default-index="{{index}}"
|
|
column-class="time_list_style" active-class="time_active_style" toolbar-class="toolbar_style" visible-item-count="5" />
|
|
</van-popup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|