暂存工作台修改
This commit is contained in:
@@ -1,14 +1,39 @@
|
||||
<!--components/searchSelect/index.wxml-->
|
||||
<van-popup
|
||||
show="{{ true }}"
|
||||
show="{{ show }}"
|
||||
bind:click="onClickHide"
|
||||
position="bottom"
|
||||
>
|
||||
<!-- <view style="height: 100%; width: 100%; display: flex;align-items: center; justify-content: center;">
|
||||
<van-picker
|
||||
<view wx:if="{{type !== 'pay'}}">
|
||||
<van-search
|
||||
value="{{ value }}"
|
||||
placeholder="请输入搜索关键词"
|
||||
use-action-slot
|
||||
bind:change="onChangeSearch"
|
||||
>
|
||||
<view
|
||||
style="margin-left: 20rpx; margin-right: 20rpx"
|
||||
slot="action"
|
||||
bind:tap="onSearch"
|
||||
>搜索</view>
|
||||
</van-search>
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ columns }}"
|
||||
bind:change="onChange"
|
||||
title="{{title}}"
|
||||
show-toolbar="{{true}}"
|
||||
bind:cancel="onCancel"
|
||||
bind:confirm="onConfirm"
|
||||
/>
|
||||
</view> -->
|
||||
111
|
||||
</view>
|
||||
<view wx:else>
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ payWays }}"
|
||||
title="{{title}}"
|
||||
show-toolbar="{{true}}"
|
||||
bind:cancel="onCancel"
|
||||
bind:confirm="onPayConfirm"
|
||||
/>
|
||||
</view>
|
||||
</van-popup>
|
Reference in New Issue
Block a user