timedmo.wxml 380 字节
<!--pages/timedmo/timedmo.wxml-->
 <view bindtap='chooseTime'>自提时间{{timers.length ? timers : ''}}</view>
<van-popup  show="{{ showTime }}"  bind:close="onClose" position="bottom" style="display:{{showTime ? 'vilative' : 'none'}}">
  <timepicker deliveryTime='{{deliveryTime}}' bind:selectTime="selectTime" id="aaa" bind:selectTimes="selectTime"></timepicker>
</van-popup>