index.wxml 349 B

12345
  1. <!--commpents/picker/index.wxml-->
  2. <van-cell title="{{label}}" value="{{text}}" bind:click="toOpen" />
  3. <van-popup show="{{ show }}" bind:close="toClose" position="bottom" custom-style="height: 40%;">
  4. <van-picker columns="{{ columns }}" bind:confirm="onChange" value-key="{{labelKey}}" show-toolbar="{{true}}" bind:cancel="toClose"/>
  5. </van-popup>