开始做工作台,调整用电查询分页
This commit is contained in:
14
components/searchSelect/index.wxml
Normal file
14
components/searchSelect/index.wxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<!--components/searchSelect/index.wxml-->
|
||||
<van-popup
|
||||
show="{{ true }}"
|
||||
bind:click="onClickHide"
|
||||
>
|
||||
<!-- <view style="height: 100%; width: 100%; display: flex;align-items: center; justify-content: center;">
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ columns }}"
|
||||
bind:change="onChange"
|
||||
/>
|
||||
</view> -->
|
||||
111
|
||||
</van-popup>
|
Reference in New Issue
Block a user