electricity_bill_calc_wx/components/searchSelect/index.wxml

14 lines
402 B
Plaintext

<!--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>