新增首页园区和商户的交互
This commit is contained in:
11
components/picker/index.wxml
Normal file
11
components/picker/index.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<!--components/picker/index.wxml-->
|
||||
<van-popup
|
||||
show="{{ show }}"
|
||||
position="bottom"
|
||||
bind:close="onClose"
|
||||
>
|
||||
<view style="width: 100vw;">
|
||||
<van-picker show-toolbar
|
||||
title="标题" columns="{{ columns }}" bind:change="onChange" value-key="name" bind:confirm="confirm" bind:cancel="cancel" />
|
||||
</view>
|
||||
</van-popup>
|
Reference in New Issue
Block a user